-
Notifications
You must be signed in to change notification settings - Fork 28
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
For control-plane-as-a-service, no probes will be created #82
Conversation
/area control-plane |
/cc @rishabh-11 |
/cc @acumino |
typo in PR name, |
@acumino, @shafeeqes I have now addressed all your review comments. PTAL. |
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.
Thanks for addressing my comments.
One minor comment.
Otherwise lgtm
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: 310ee3bade1b7cfe61abc5d035c6579e6cd5dd67
|
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.
Thanks for the effort , the structure is much cleaner now!
Just a nit
approving anyways
/lgtm
type EndpointReconciler struct { | ||
const controllerName = "endpoint" | ||
|
||
// Reconciler EndpointReconciler reconciles an Endpoints object |
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.
// Reconciler EndpointReconciler reconciles an Endpoints object | |
// Reconciler reconciles an Endpoints object |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: himanshu-kun 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 |
How to categorize this PR?
/kind enhancement
/area control-plane
What this PR does / why we need it:
Avoids creating probes for shoots which do not have any workers.
Which issue(s) this PR fixes:
Fixes #80 and #76
Special notes for your reviewer:
Release note: