Merge pull request #96299 from ggriffiths/snapshot_controller_metrics_e2e_tests

Add Snapshot Controller e2e metric tests
This commit is contained in:
Kubernetes Prow Robot
2021-05-23 03:33:37 -07:00
committed by GitHub
13 changed files with 467 additions and 62 deletions

View File

@@ -22,6 +22,8 @@ spec:
serviceAccount: volume-snapshot-controller
containers:
- name: volume-snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v3.0.2
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.0.0
args:
- "--v=5"
- "--metrics-path=/metrics"
- "--http-endpoint=:9102"