-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ Allow CAPBK to generate JoinConfiguration discovery kubeconfig #10799
✨ Allow CAPBK to generate JoinConfiguration discovery kubeconfig #10799
Conversation
fd41ad6
to
de3b89b
Compare
4070b0b
to
b2308d0
Compare
cda9f76
to
e03d9f1
Compare
e03d9f1
to
0fe41cc
Compare
64608a0
to
a28098a
Compare
@vincepri Looks like unit tests are not happy yet :). |
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller.go
Outdated
Show resolved
Hide resolved
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller.go
Outdated
Show resolved
Hide resolved
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller.go
Outdated
Show resolved
Hide resolved
First round of review |
bbc6598
to
7c42e01
Compare
7c42e01
to
1f74df6
Compare
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller.go
Outdated
Show resolved
Hide resolved
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller.go
Outdated
Show resolved
Hide resolved
9a6e794
to
e264b15
Compare
e264b15
to
f529cc3
Compare
Signed-off-by: Vince Prignano <[email protected]>
f529cc3
to
1169522
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 13e18674c8d9bd890da2df3718d78e842abbc3d7
|
Thx! /lgtm |
/cherry-pick release-1.7 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
@sbueringer: #10799 failed to apply on top of branch "release-1.7":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
When using file based discovery, the current approach is generally limiting in how users will need to use WriteFiles directly and interpolate an entire Kubeconfig. This PR solves that issue by offering a way to generate the config automatically and prefilling usual information needed for the Kubeconfig to connect to the cluster
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #