Skip to content

Commit

Permalink
fix: register with taints via config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Jul 11, 2024
1 parent 297c0ff commit 091ddc8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
config:
clusterDNS:
- 10.0.100.10
registerWithTaints:
- key: karpenter.sh/unregistered
effect: NoExecute
flags:
- --node-labels="testing/cluster=unspecified,custom-label=custom-value,custom-label2=custom-value2"
- --register-with-taints="karpenter.sh/unregistered:NoExecute"

0 comments on commit 091ddc8

Please sign in to comment.