infrastructure/pve01.wheatley.in/k8s-wheatley/modules/controlplane/machineconfig.yaml.tmpl

31 lines
573 B
Cheetah
Raw Normal View History

2025-10-26 11:42:08 +01:00
debug: false
machine:
install:
disk: ${install_disk}
network:
hostname: ${hostname}
nameservers:
- 10.13.37.2
interfaces:
- interface: eth0
dhcp: false
kubelet:
extraArgs:
pod-max-pids: 1000
extraConfig:
imageGCHighThresholdPercent: 75
imageGCLowThresholdPercent: 70
cluster:
apiServer:
auditPolicy:
apiVersion: audit.k8s.io/v1
kind: Policy
rules:
# Log only metadata in audit logs
- level: Metadata
network:
cni:
name: none
proxy:
disabled: true