-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update/change gcloud action to mitigate critical warning #1875
Comments
I think we may be getting bitten by this one now https://github.com/2i2c-org/infrastructure/actions/runs/3985267967/jobs/6832521385
|
I didn't implement this using the notes, but copy pasted an implementation I had working in another workflow to increase the likeleyhood of a quick success.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
gcloud recently made a change regarding how it authenticates with kubectl and now requires an auth plugin. Probably all the engineering staff addressed this issue for their local installations weeks if not months ago - well we need to do the same for our CI as per the below warning message!
According to this issue, we need to use the get-gke-credentials action instead.
Proposal
No response
Updates and actions
No response
The text was updated successfully, but these errors were encountered: