We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We see such message in our pipelines can you advice what we should be doing to avoid this message?
WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead.
No response
The text was updated successfully, but these errors were encountered:
Background: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Looks like this module already uses gcloud container clusters get-credentials, so hopefully not a major change required: https://github.com/terraform-google-modules/terraform-google-gcloud/blob/master/modules/kubectl-wrapper/scripts/kubectl_wrapper.sh#L54
gcloud container clusters get-credentials
Sorry, something went wrong.
No branches or pull requests
TL;DR
We see such message in our pipelines can you advice what we should be doing to avoid this message?
WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead.
Terraform Resources
No response
Detailed design
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: