Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
only schedule coredns pods on a linux node (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Oct 13, 2018
1 parent 7831399 commit 5b9ced9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parts/k8s/addons/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ spec:
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: <kubernetesCoreDNSSpec>
Expand Down

0 comments on commit 5b9ced9

Please sign in to comment.