From 091ddc8aa3259843cf5a265fc6026fe85df94310 Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Wed, 10 Jul 2024 22:37:56 -0700 Subject: [PATCH] fix: register with taints via config --- .../testdata/al2023_userdata_custom_labels_input.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml b/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml index 3a9d64b10f1a..823507540587 100644 --- a/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml +++ b/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml @@ -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" \ No newline at end of file