Skip to content

Commit a24362a

Browse files
committed
Make coredns tolerate the karpenter dedicated taint
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 711225b commit a24362a

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)