Automator: update common-files@master in istio/istio.io@master (#14751)

This commit is contained in:
Istio Automation 2024-03-15 06:16:50 -07:00 committed by GitHub
parent 8516427dce
commit 04ab3c5df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4c5c935e5705cc608573f35d6ae84f4c2406329a
988d7adc3ffb7039f654021b5693aa05bb90b1cf

View File

@ -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