diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 2455e7e429..99e5193058 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -4c5c935e5705cc608573f35d6ae84f4c2406329a +988d7adc3ffb7039f654021b5693aa05bb90b1cf diff --git a/common/scripts/kind_provisioner.sh b/common/scripts/kind_provisioner.sh index 888aa0c9e6..7b9f34986a 100644 --- a/common/scripts/kind_provisioner.sh +++ b/common/scripts/kind_provisioner.sh @@ -196,7 +196,7 @@ EOF return 9 fi # Workaround kind issue causing taints to not be removed in 1.24 - kubectl taint nodes "${NAME}"-control-plane node-role.kubernetes.io/control-plane- || true + kubectl taint nodes "${NAME}"-control-plane node-role.kubernetes.io/control-plane- 2>/dev/null || true # Determine what CNI to install case "${KUBERNETES_CNI:-}" in