Skip to content

Commit

Permalink
chore: Add istio images to 1.32 provider and install the newer istio …
Browse files Browse the repository at this point in the history
…on it

Signed-off-by: aerosouund <[email protected]>
  • Loading branch information
aerosouund committed Dec 16, 2024
1 parent a301e15 commit 14a6949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cluster-provision/k8s/1.32/extra-pre-pull-images
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ quay.io/kubevirt/cdi-apiserver:v1.58.1
quay.io/kubevirt/cdi-controller:v1.58.1
quay.io/kubevirt/cdi-operator:v1.58.1
quay.io/kubevirt/cdi-uploadproxy:v1.58.1
docker.io/istio/install-cni:1.24.1
docker.io/istio/pilot:1.24.1
docker.io/istio/proxyv2:1.24.1
quay.io/kubevirt/cluster-network-addons-operator:v0.87.0
quay.io/kubevirt/cni-default-plugins@sha256:825e3f9fec1996c54a52cec806154945b38f76476b160d554c36e38dfffe5e61
quay.io/kubevirt/kubemacpool@sha256:afba7d0c4a95d2d4924f6ee6ef16bbe59117877383819057f01809150829cb0c
Expand Down
3 changes: 2 additions & 1 deletion cluster-provision/k8s/1.32/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export PATH="$ISTIO_BIN_DIR:$PATH"
(
set -E
mkdir -p "$ISTIO_BIN_DIR"
curl "https://storage.googleapis.com/kubevirtci-istioctl-mirror/istio-${ISTIO_VERSION}/bin/istioctl" -o "$ISTIO_BIN_DIR/istioctl"
curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux-amd64.tar.gz -O
tar -xvf ./istio-${ISTIO_VERSION}-linux-amd64.tar.gz --strip-components=2 -C ${ISTIO_BIN_DIR} istio-${ISTIO_VERSION}/bin/istioctl
chmod +x "$ISTIO_BIN_DIR/istioctl"
)

Expand Down

0 comments on commit 14a6949

Please sign in to comment.