-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Adding cert and basic auth files for federation-apiserver #30673
Conversation
@nikhiljindal I guess you are already aware of this since you are one of the assigned reviewers, but just drawing your attention - PR #30615. Also, I do not want to block this PR, but I just want to give you a heads-up. I am going to rip out all the shell scripts that the initialization code implements to avoid having multiple competing implementations in our repo. My plan is to leave the shell scripts as is in 1.4 to whet the new code a bit and remove them in 1.5 time frame. |
6e5c02d
to
9034858
Compare
@nikhiljindal based on our offline discussion and to unblock you from accessing swagger spec, I have reviewed this PR. A couple of minor nits, then please feel free to add the LGTM label yourself. Review status: 0 of 4 files reviewed at latest revision, 2 unresolved discussions. cluster/common.sh, line 854 [r1] (raw file):
Unnecessary blank line here. federation/cluster/common.sh, line 248 [r1] (raw file):
you need Comments from Reviewable |
9034858
to
3ab89fe
Compare
Thanks @madhusudancs I have updated the code as per comments. |
Reviewed 2 of 4 files at r1, 2 of 2 files at r2. Comments from Reviewable |
LGTM! |
3ab89fe
to
8568f51
Compare
Updated hack/verify-flags/exceptions.txt to fix hack/verify-flags-underscore.py |
what makes this a p1? |
8568f51
to
56a2458
Compare
GCE e2e build/test passed for commit 56a2458. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 56a2458. |
Automatic merge from submit-queue |
Fixes #26731
cc @kubernetes/sig-cluster-federation @madhusudancs @colhom
This change is