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

Support updated GKE auth system #345

Closed
rainest opened this issue Aug 15, 2022 · 2 comments
Closed

Support updated GKE auth system #345

rainest opened this issue Aug 15, 2022 · 2 comments
Labels
area/feature New feature or request priority/high

Comments

@rainest
Copy link
Contributor

rainest commented Aug 15, 2022

Per https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke the 1.25 release will begin requiring a kubectl plugin to use kubectl with GKE. This likely requires changes to client-go usage (to use the same plugin system used by the kubectl plugin) when not using in-cluster configuration.

We need to:

  • Determine how to use the plugin in KTF's kubectl invocations, or if not possible try to warn about its absence.
  • Determine if we need to make changes to client-go usage.
  • Develop recommendations for downstream, which will probably need to make similar changes.
@rainest rainest added the area/feature New feature or request label Aug 15, 2022
@mflendrich
Copy link
Contributor

won't fix - seems that our testenv does not require this to be successful and it's unclear what the benefit of this change would be.

@mflendrich mflendrich closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2023
@mflendrich
Copy link
Contributor

mflendrich commented Jan 31, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request priority/high
Projects
None yet
Development

No branches or pull requests

3 participants