Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Pinning kubectl version to 1.23.6 to avoid aws-cli user apiVersion issue #5959

Merged
merged 1 commit into from
May 4, 2022

Conversation

barankyle
Copy link
Member

@barankyle barankyle commented May 4, 2022

Summary

kubectl v1.24 removed support for apiVersion client.authentication.k8s.io/v1alpha1. aws-cli is
current hard-coded to use that version, though. Pinning installation of kubectl to 1.23 until
aws-cli is updated to use v1beta1 or v1.

References

closes #insert number here

Checklist

  • CI/CD checks pass npm run check
    • Linter passing via npm run lint
    • Typescript passing via npm run check-errors
    • Unit & Integration tests passing via npm run test
    • Docker build process passing via npm run build-client
  • If this PR is still a WIP, convert to a draft
  • When this PR is ready, mark it as "Ready for review"
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewers

QA Steps

List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.

Reviewers

Reviewers for this PR

…sue.

kubectl v1.24 removed support for apiVersion client.authentication.k8s.io/v1alpha1. aws-cli is
current hard-coded to use that version, though. Pinning installation of kubectl to 1.23 until
aws-cli is updated to use v1beta1 or v1.
@barankyle barankyle merged commit 4d3921d into dev May 4, 2022
@barankyle barankyle deleted the pin-kubectl-1.23 branch May 4, 2022 19:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant