mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-24 02:01:35 +02:00
Remove Kubelet --network-plugin=cni
flag
* Now that `docker-shim` is no longer used, the Kubelet flag is no longer needed and will be removed in v1.24
This commit is contained in:
@ -92,7 +92,6 @@ systemd:
|
||||
--cluster_domain=${cluster_domain_suffix} \
|
||||
--healthz-port=0 \
|
||||
--kubeconfig=/var/lib/kubelet/kubeconfig \
|
||||
--network-plugin=cni \
|
||||
--node-labels=node.kubernetes.io/controller="true" \
|
||||
--pod-manifest-path=/etc/kubernetes/manifests \
|
||||
--register-with-taints=node-role.kubernetes.io/controller=:NoSchedule \
|
||||
|
Reference in New Issue
Block a user