-
Notifications
You must be signed in to change notification settings - Fork 67
Implement the NestedControllerManager controller #40
Implement the NestedControllerManager controller #40
Conversation
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
creating a (dummy) approve comment to re-trigger CI, the approval mechanism was broken for a bit - kubernetes/test-infra#21687 /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: charleszheng44, nikhita 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 |
return fmt.Errorf("fail to generate the "+ | ||
"NesteEtcd Service object: %v", err) | ||
if ncKind != clusterv1.ControllerManager { | ||
// no need to create the service for the NestedControllerManager |
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.
Just a note: For now I think this is true but if we want to run things like metrics service and be able to expose these we'd want the capability later.
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.
Yes, I agree. We can add it back once we need to access the controller manager
Just the one nit about copyright, lgtm otherwise |
c9b44e4
to
2b379f2
Compare
/lgtm |
This PR includes the implementation for the NestedControllerManager