Fix calico name resolution (#5291)

This commit is contained in:
Jacopo Secchiero 2019-11-11 13:01:41 +01:00 committed by Kubernetes Prow Robot
parent a6853cb79d
commit 97764921ed
3 changed files with 0 additions and 3 deletions

View file

@ -25,7 +25,6 @@ spec:
nodeSelector:
beta.kubernetes.io/os: linux
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: calico-kube-controllers
tolerations:
- key: CriticalAddonsOnly

View file

@ -27,7 +27,6 @@ spec:
spec:
priorityClassName: system-node-critical
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: calico-node
tolerations:
- effect: NoExecute

View file

@ -54,7 +54,6 @@ spec:
nodeSelector:
beta.kubernetes.io/os: linux
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
tolerations:
# Mark the pod as a critical add-on for rescheduling.
- key: CriticalAddonsOnly