-
Notifications
You must be signed in to change notification settings - Fork 67
NestedControlPlane & NestedCluster Controllers #43
NestedControlPlane & NestedCluster Controllers #43
Conversation
dfe5aff
to
9d21451
Compare
/assign @charleszheng44 @Fei-Guo |
LGTM. I will leave to @charleszheng44 to give another pass. |
@@ -71,29 +78,64 @@ spec: | |||
periodSeconds: 2 | |||
timeoutSeconds: 30 | |||
volumeMounts: | |||
- mountPath: /etc/kubernetes/pki/proxy/ca |
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.
does the apiserver need the proxy ca?
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.
Not with how it's configured in here right now. I can remove this.
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.
Updated and removed these unused mounts.
Signed-off-by: Chris Hein <[email protected]>
Signed-off-by: Chris Hein <[email protected]>
9d21451
to
5257ffb
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: charleszheng44, christopherhein 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 |
This PR adds in the NCP and NC controllers for orchestrating the control plane creation by setting up all PKI and creating necessary components.
TODO:
clusterctl
works forkubeconfigs
Related
closes #33
closes #32