Skip to content

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

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# for external-provisioner
- op: add
path: /spec/template/spec/containers/0/args/-
value: "--metrics-address=:22011"

# for external-attacher
- op: add
path: /spec/template/spec/containers/1/args/-
value: "--metrics-address=:22012"

# for external-resizer
- op: add
path: /spec/template/spec/containers/2/args/-
value: "--metrics-address=:22013"
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ images:
newTag: "v1.5.0-gke.0"
- name: gke.gcr.io/csi-attacher
newName: gcr.io/gke-release-staging/csi-attacher
newTag: "v2.1.0-gke.0"
newTag: "v2.1.1-gke.0"
- name: gke.gcr.io/csi-node-driver-registrar
newName: gcr.io/gke-release-staging/csi-node-driver-registrar
newTag: "v1.2.0-gke.0"
- name: gke.gcr.io/csi-resizer
newName: gke.gcr.io/gke-release-staging/csi-resizer
newTag: "v0.4.0-gke.0"

patchesJson6902:
- target:
group: apps
version: v1
kind: StatefulSet
name: csi-gce-pd-controller
path: enable_sidecar_metrics.yaml