-
Notifications
You must be signed in to change notification settings - Fork 210
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
Release gke-gcloud-auth-plugin
separately in this repo similar to how aws-iam-authenticator
is released.
#433
Comments
I'm not really familiar with the workflows in this repo and its constraints to publish binaries, |
@aojea anyone else that might know? |
/sig release |
I don't think this is in scope for SIG Release as an out of tree binary. Subprojects are responsible for their own releases. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/lifecycle frozen |
I lost track of exactly what happened here but I think these are being copied to staging at least. The gap around advertising releases remains and is something I'm discussing with the involved teams. |
Installing
gke-gcloud-auth-plugin
is very hard(as in too many extra deps) today as you would need to install it either via apt or install the entire gcloud SDK as described here. https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gkeThe code lives in this repo, it shouldn't be hard to attach a goreleaser to it and release it.
https://github.com/kubernetes/cloud-provider-gcp/tree/master/cmd/gke-gcloud-auth-plugin
I need to add the binary to an alpine image and it is proving tricky as Google doesn't release all the goarchs that we need.
https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/Dockerfile (for some reason, this is an amd64 image only 😒 )
https://packages.cloud.google.com/apt/dists/cloud-sdk-bullseye/main
kubernetes/test-infra#28277
kubernetes/test-infra#28142
https://issuetracker.google.com/issues/263033287
@aojea what do you think?
The text was updated successfully, but these errors were encountered: