Merge pull request #101966 from SataQiu/clean-kubeadm-20210513

kubeadm: remove redundant CriticalAddonsOnly toleration from kube-proxy DaemonSet
This commit is contained in:
Kubernetes Prow Robot
2021-05-13 19:52:04 -07:00
committed by GitHub

View File

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