-
Notifications
You must be signed in to change notification settings - Fork 394
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
🐛 Generate admin.kubeconfig
with correct cluster for system:admin
context
#3070
Conversation
admin.kubeconfig
with correct cluster for server:admin
contextadmin.kubeconfig
with correct cluster for server:admin
context
I guess this is breaking e2e tests, I will need to check why. |
Lgtm. Any idea why e2e break? |
Looking into it. I can replicate them on my local system, so I assume it's not a flake. |
edit: Looks like the fix only worked on some tests. |
7d5bc5a
to
ed0362d
Compare
admin.kubeconfig
with correct cluster for server:admin
contextadmin.kubeconfig
with correct cluster for system:admin
context
@sttts I had to rework the PR a bit. Turns out sharding is looking for the I've resolved this problem by creating a new |
091a0d1
to
9189f3f
Compare
…xt server Signed-off-by: Marvin Beckers <[email protected]>
9189f3f
to
5becfac
Compare
/lgtm |
LGTM label has been added. Git tree hash: 3b6889af8016ba67f9ab11a252d672361746c325
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sttts The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind bug |
Summary
A long while ago,
/
redirected to thesystem:admin
workspace. That is no longer the case, and as such theadmin.kubeconfig
generated by kcp should have a separate cluster/server from thebase
one, so that thesystem:admin
context in it is functional.I'm also adding a
shard-base
context because the combination of "base" server and "shard-admin" credentials are required in a lot of testing and sharding.I also found this outdated information in the docs, so replaced it with some more up-to-date information.
Related issue(s)
Fixes #
Release Notes