Skip to content

Commit

Permalink
dev-infrastructure/script/istio.sh: Download istioctl, tag the revisi…
Browse files Browse the repository at this point in the history
…on tag with the target version, iterate through pods and do the istio version maintainance.

Created the istio.sh and run the shellscript after svc infra deployment pipeline. The shell script would make sure the istio service mesh in the cluster is in the right version.
This commit added the istio shell script and merge the istio maintances as part of the svc deployment.
  • Loading branch information
Jonathan Chang committed Dec 19, 2024
1 parent f7c3a13 commit 3fa733b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-infrastructure/scripts/istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ cd istio-"${ISTIOCTL_VERSION}"
export PATH=$PWD/bin:$PATH
echo "=========================================================================="

#
# Create the tag if it does not exist yet
#

ISTIO_NAMESPACE="aks-istio-system"

echo "********** ISTIO Upgrade **************"
Expand Down

0 comments on commit 3fa733b

Please sign in to comment.