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
commit 9f0f14952c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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