mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#14751)
This commit is contained in:
parent
8516427dce
commit
04ab3c5df0
|
@ -1 +1 @@
|
|||
4c5c935e5705cc608573f35d6ae84f4c2406329a
|
||||
988d7adc3ffb7039f654021b5693aa05bb90b1cf
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue