Skip to content

Commit

Permalink
chore: Add unregistered taint when nodes register (#7616)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Jan 21, 2025
1 parent 8655e32 commit 319b209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/suites/ami/testdata/al2023_userdata_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ spec:
clusterDNS:
- 10.0.100.10
flags:
- --node-labels="testing/cluster=unspecified"
- --node-labels="testing/cluster=unspecified"
- --register-with-taints="karpenter.sh/unregistered:NoExecute"

0 comments on commit 319b209

Please sign in to comment.