mirror of https://github.com/rancher/dartboard.git
Fix inclusion of custom rke2 config for maxPods (#79)
Co-authored-by: Mario Manno <mario.manno@suse.com>
This commit is contained in:
parent
f2297ab4fa
commit
bf722290b9
|
|
@ -62,7 +62,8 @@ tls-san:
|
||||||
%{ for san in sans ~}
|
%{ for san in sans ~}
|
||||||
- ${jsonencode(san)}
|
- ${jsonencode(san)}
|
||||||
%{ endfor ~}
|
%{ 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}"
|
kube-controller-manager-arg: "node-cidr-mask-size=${node_cidr_mask_size}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue