Fix calico name resolution (#5291)
This commit is contained in:
parent
a6853cb79d
commit
97764921ed
3 changed files with 0 additions and 3 deletions
|
@ -25,7 +25,6 @@ spec:
|
|||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
serviceAccountName: calico-kube-controllers
|
||||
tolerations:
|
||||
- key: CriticalAddonsOnly
|
||||
|
|
|
@ -27,7 +27,6 @@ spec:
|
|||
spec:
|
||||
priorityClassName: system-node-critical
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
serviceAccountName: calico-node
|
||||
tolerations:
|
||||
- effect: NoExecute
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue