kubeadm: remove redundant CriticalAddonsOnly toleration from kube-proxy DaemonSet

This commit is contained in:
SataQiu 2021-05-13 14:51:57 +08:00
parent 8634bc61c6
commit c66a7bc42c

View File

@ -109,8 +109,6 @@ spec:
hostPath: hostPath:
path: /lib/modules path: /lib/modules
tolerations: tolerations:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists - operator: Exists
nodeSelector: nodeSelector:
kubernetes.io/os: linux kubernetes.io/os: linux