-
Notifications
You must be signed in to change notification settings - Fork 159
Qualify external-attacher 2.1.1 in RC staging; enable Prometheus metrics in attacher, provisioner, and resizer #474
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
Conversation
@@ -0,0 +1,11 @@ | |||
- op: add | |||
path: /spec/template/spec/containers/0/args/- |
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.
Can we add comments saying which containers these applies to?
@@ -0,0 +1,11 @@ | |||
- op: add | |||
path: /spec/template/spec/containers/0/args/- | |||
value: "--metrics-address=:8080" |
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.
Will all of the sidecars listening on 8080 conflict? Also will probably cause issues with hostNetwork as well
Addressed comments! |
version: v1 | ||
kind: StatefulSet | ||
name: csi-gce-pd-controller | ||
path: provisioner_metric_args.yaml |
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.
a more fitting file name could be "enable_sidecar_metrics"
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.
ty for the catch!
…ics in provisioner, attacher, and resizer
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, verult 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it: Qualify external-attacher 2.1.1 in RC staging; enable Prometheus metrics in attacher, provisioner, and resizer
/assign @msau42