Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: pin kubectl version #1273

Merged
merged 3 commits into from
May 4, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/actions/setup-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ runs:
# behalf.
version: v3.8.2

# Pin kubectl version to 1.23 otherwise interactions with k8s clusters versioned <=1.21 won't work.
# See https://github.com/2i2c-org/infrastructure/issues/1271.
- uses: azure/[email protected]
with:
version: "1.23"
id: install
GeorgianaElena marked this conversation as resolved.
Show resolved Hide resolved

# This step could be cached, but we only do it for a few jobs in the
# workflow where this action is used
- name: Install kops
Expand Down