-
Notifications
You must be signed in to change notification settings - Fork 5
Added feature gate "EnableServiceController" to restrict to only ingress resources #8
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
Added feature gate "EnableServiceController" to restrict to only ingress resources #8
Conversation
7477a88
to
ff3b49d
Compare
/assign @alebedev87 |
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, just a comment remark
main.go
Outdated
if err = svcReconciler.SetupWithManager(ctx, mgr); err != nil { | ||
setupLog.Error(err, "Unable to create controller", "controller", "Service") | ||
os.Exit(1) | ||
// Setup service reconciler only if AllowServiceType is set to true. |
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.
Comment seems to mention the previous name for the feature gate or flag.
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.
fixed
/label tide/merge-method-squash |
Signed-off-by: thejasn <[email protected]>
15b140f
to
7bcfb30
Compare
@thejasn: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arjunrn, thejasn 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 |
Signed-off-by: thejasn [email protected]
Issue
kubernetes-sigs#2543
Description
Added a feature gate
EnableServiceController
which controls when the service reconciler is set up.Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯