mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#11165)
This commit is contained in:
parent
6e428ee9a5
commit
7a8c94c92c
|
@ -1 +1 @@
|
|||
d57bdeaa56e9e250b8822f170fc843ef3bff37d0
|
||||
d309fa11788426a813280dc0ab06e160893d0dad
|
||||
|
|
|
@ -184,6 +184,8 @@ EOF
|
|||
echo "Could not setup KinD environment. Something wrong with KinD setup. Exporting logs."
|
||||
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
|
||||
|
||||
# If metrics server configuration directory is specified then deploy in
|
||||
# the cluster just created
|
||||
|
|
Loading…
Reference in New Issue