Skip to content

Commit

Permalink
Automator: update common-files@master in istio/release-builder@master (
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Mar 15, 2024
1 parent 00399b8 commit 24dafad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c5c935e5705cc608573f35d6ae84f4c2406329a
988d7adc3ffb7039f654021b5693aa05bb90b1cf
2 changes: 1 addition & 1 deletion common/scripts/kind_provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24dafad

Please sign in to comment.