-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Chart: Set --enable-metrics
depending on controller.metrics.enabled
.
#10959
Conversation
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
/assign @strongjz |
I will rework the CI tests in the |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gacko, ubergesundheit 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 |
/cherry-pick release-1.9 |
@Gacko: new pull request created: #10961 In response to this:
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. |
This was not a Kustomize friendly change. 😮💨 |
@NeckBeardPrince please open an issue and explain the issue. Thank you. |
Credits to @pmint93 (#10070)!
What this PR does / why we need it:
The chart has a value
controller.metrics.enabled
which gives the impression of enabling or disabling the metrics collection of the controller. Actually it only controls the exposition of the metrics port to the cluster and some other resources around metrics collection, but does not enable or disable the metrics collection inside the controller.This PR sets the
--enable-metrics
argument tofalse
ifcontroller.metrics.enabled
isfalse
, which is the default.Types of changes
Checklist: