Skip to content

Commit

Permalink
Merge pull request #373 from kubeslice/fix_e2es
Browse files Browse the repository at this point in the history
fix: update KIND image version
  • Loading branch information
mridulgain authored Apr 15, 2024
2 parents e754982 + e9fc9d6 commit c16590e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/start-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ln -s /opt/kubectx/kubens /usr/local/bin/kubens

# Create controller kind cluster if not present
if [ ! $(kind get clusters | grep controller) ];then
kind create cluster --name controller --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.24.15
kind create cluster --name controller --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.29.2

# Install Calico calico on controller-cluster
echo "Installing calico on controller-cluster"
Expand Down Expand Up @@ -70,7 +70,7 @@ fi

# Create worker1 kind cluster if not present
if [ ! $(kind get clusters | grep worker) ];then
kind create cluster --name worker --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.24.15
kind create cluster --name worker --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.29.2

# Install Calico calico on worker-cluster
echo "Installing calico on worker-cluster"
Expand Down

0 comments on commit c16590e

Please sign in to comment.