Fix inclusion of custom rke2 config for maxPods (#79)

Co-authored-by: Mario Manno <mario.manno@suse.com>
This commit is contained in:
Mario Manno 2025-07-03 04:51:27 +02:00 committed by GitHub
parent f2297ab4fa
commit bf722290b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ tls-san:
%{ for san in sans ~}
- ${jsonencode(san)}
%{ endfor ~}
kubelet-arg: "config=/etc/rancher/rke2/kubelet-custom.config"
kubelet-arg:
- "--config=/etc/rancher/rke2/kubelet-custom.config"
kube-controller-manager-arg: "node-cidr-mask-size=${node_cidr_mask_size}"
EOF