-
Notifications
You must be signed in to change notification settings - Fork 67
NestedControlPlane & NestedCluster Proposal #29
NestedControlPlane & NestedCluster Proposal #29
Conversation
4845a35
to
9ce568e
Compare
Per #30 Sounds like I need to add some functions in here about how we generate Certs if they aren't supplied. |
Using cert-manager please? cluster-api already depends on it. |
Yeah, @kfox1111 I this is an option, similar to how the kubeadm bootstrap provider will create certs for you if you don't have them already created and stored in secrets. Regarding the cert-manager integration, do you think it should default to creating |
Yeah. I think that would work well. |
More discussion about this doc happened on today's CAPN call - recording in the notes as well as a quick summary in writing - https://docs.google.com/document/d/10aTeq2lhXW_3aFQAd_MdGjY8PtZPslKhZCCcXxFp3_Q/edit# |
9ce568e
to
92c5f5c
Compare
@christopherhein: GitHub didn't allow me to request PR reviews from the following users: weiling61. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. 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/test-infra repository. |
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.
Should we update "creating-controll-plane-components" proposal? since the doc still mentions that the CA will be created by each component controller.
I think so, but lets make sure we're all in agreement and I can do a follow-up PR with this change. |
92c5f5c
to
affa4b3
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.
Looks good
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.
Looking good to me
@miamipanther: changing LGTM is restricted to collaborators 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/test-infra repository. |
Signed-off-by: Chris Hein <[email protected]>
affa4b3
to
9ed258c
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christopherhein, miamipanther, vincepri, weiling61 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 |
/lgtm |
Adding new proposal fromm hackmd with regards to how the NCP and NC types are made. This probably still needs a bit of work related to diagrams of interactions but for the most part these types aren't doing the actual orchestration of the control plane.
Closes #7
Signed-off-by: Chris Hein [email protected]