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
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