Skip to content

Commit e3bc457

Browse files
authored
Merge pull request #9632 from zalando-incubator/coredns-karpenter-dedicated-taint
Make coredns tolerate the karpenter dedicated taint
2 parents 2f90606 + a24362a commit e3bc457

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/manifests/01-coredns-local/daemonset-coredns.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ spec:
180180
operator: Exists
181181
- key: dedicated
182182
operator: Exists
183+
- key: "zalando.org/dedicated"
184+
operator: Exists
183185
- key: aws.amazon.com/spot
184186
operator: Exists
185187
- key: zalando.org/node-not-ready

0 commit comments

Comments
 (0)