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:
path: /lib/modules
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists
nodeSelector:
kubernetes.io/os: linux