-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
make using service account credentials from controllers optional #35970
make using service account credentials from controllers optional #35970
Conversation
Jenkins verification failed for commit b4b66bfa8a1a5ddacdf03c535357a47f266f950f. Full PR test history. The magic incantation to run this job again is |
LGTM, did you want to update any of the bring-up scripts to use this (e.g. local-up-cluster?) |
I don't think so. I'm hoping for a seamless transition at some point in 1.6 |
b4b66bf
to
5384822
Compare
Jenkins GCE Node e2e failed for commit 5384822748de6b1d11831025472a7b8973fae09e. Full PR test history. The magic incantation to run this job again is |
5384822
to
e420d4b
Compare
Jenkins unit/integration failed for commit e420d4b4c3fde135ae8777d9c69e2ef9c29f7ad9. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit e420d4b4c3fde135ae8777d9c69e2ef9c29f7ad9. Full PR test history. The magic incantation to run this job again is |
|
@caesarxuchao does #35970 (comment) mean that things that change API types now need to happen in two pull requests, and wait in between for an updated client-go to be vendored in? |
Might just have been a failure on my part to regen codecs. The object is internal only, so no codecs should be needed. I'll give it try. |
Nope, that didn't do anything. @caesarxuchao are we just waiting for a sync to remove those files? |
You can run hack/update-staging-client-go.sh to update the staging area, but that will pick up many other changes because the script hasn't been run for a week. You don't need to update the staging area if you don't need to update client-go right now. I'll enable the update/verify-staging-client-go.sh during the code freeze to keep the staging area up-to-date. |
e420d4b
to
ebf796a
Compare
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Adds a flag to make the "SA per controller" behavior optional.
This change is