Merge pull request #83358 from wawa0210/zx-kubedns

Bind  kube-dns containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
This commit is contained in:
Kubernetes Prow Robot 2020-01-09 20:12:35 -08:00 committed by GitHub
commit 0c026656fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,8 @@ spec:
configMap:
name: kube-dns
optional: true
nodeSelector:
kubernetes.io/os: linux
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13

View File

@ -100,6 +100,8 @@ spec:
configMap:
name: kube-dns
optional: true
nodeSelector:
kubernetes.io/os: linux
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13

View File

@ -100,6 +100,8 @@ spec:
configMap:
name: kube-dns
optional: true
nodeSelector:
kubernetes.io/os: linux
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13