Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Downgrade kubectl to v1.23.6 due to compatiblity issues
Browse files Browse the repository at this point in the history
the aws-cli produces a kubeconfig that is incompatible with v1.24.x version of kubectl.
see aws/aws-cli#6920 for more details
  • Loading branch information
m25n committed May 5, 2022
1 parent 90e2eec commit cfcf929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/jenkins/setup-for-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ docker-credential-gcr configure-docker --registries="us.gcr.io"
#
# kubectl
#
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
#curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.23.6/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

Expand Down

0 comments on commit cfcf929

Please sign in to comment.