-
Notifications
You must be signed in to change notification settings - Fork 84
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
WIP Ingress-gce helm chart #852
base: master
Are you sure you want to change the base?
Conversation
@kron4eg Thank you for your contribution. |
Thank you @kron4eg for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below. |
verbs: ["get", "list", "watch"] | ||
# For now, GLBC annotates ingress resources with various state and statuses: | ||
# https://github.com/kubernetes/ingress-gce/blob/50d49b077d9ab4362a02fae05f94e433cd3f08dc/pkg/controller/controller.go#L579 | ||
# TODO(rramkumar1): Remove unnecessary `update` permission once statuses are propagated through `ingresses/status` |
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.
I don't think we need to include the upstream TODOs. Same in l.70
@@ -5,3 +5,5 @@ cloud-controller-manager: | |||
enabled: true | |||
csi-driver-controller: | |||
enabled: true | |||
ingress-gce: | |||
enabled: 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.
From what I saw during testing/playing around with this controller, I'd rather not have it enabled by default. In my opinion that should be an option, unless there are cases where it needs to be deployed.
6195d5d
to
0881fdb
Compare
Signed-off-by: Artiom Diomin <[email protected]>
Signed-off-by: Artiom Diomin <[email protected]>
Signed-off-by: Artiom Diomin <[email protected]>
1bea128
to
71f3654
Compare
71f3654
to
4926608
Compare
How to categorize this PR?
/area control-plane
/area networking
/kind enhancement
/platform gcp
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: