mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Bind kube-dns containers to linux nodes to avoid Windows scheduling
This commit is contained in:
parent
c2c821534b
commit
845c223d13
@ -98,6 +98,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
|
||||
|
@ -98,6 +98,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
|
||||
|
@ -98,6 +98,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
|
||||
|
Loading…
Reference in New Issue
Block a user