Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1703 from cheftako/prom2sd
Browse files Browse the repository at this point in the history
Upgrade to v0.11.12-gke.11
  • Loading branch information
google-oss-prow[bot] authored May 7, 2024
2 parents 847a55a + 73d30f2 commit a9d1d36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions operator/pkg/test/controller/customization.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ spec:
requests:
memory: 256Mi
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`, `
apiVersion: apps/v1
Expand Down Expand Up @@ -459,7 +459,7 @@ spec:
requests:
memory: 512Mi
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`, `
apiVersion: apps/v1
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
requests:
memory: 256Mi
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`, `
apiVersion: apps/v1
Expand Down Expand Up @@ -739,7 +739,7 @@ spec:
requests:
memory: 256Mi
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`, `
apiVersion: apps/v1
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
image: gcr.io/gke-release/cnrm/controller:4af93f1
name: manager
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`}

Expand Down Expand Up @@ -930,6 +930,6 @@ spec:
requests:
memory: 512Mi
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`}
2 changes: 1 addition & 1 deletion operator/pkg/test/controller/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
image: gcr.io/gke-release/cnrm/controller:4af93f1
name: manager
- command: ["/monitor", "--source=configconnector:http://localhost:8888?whitelisted=reconcile_requests_total,reconcile_request_duration_seconds,reconcile_workers_total,reconcile_occupied_workers_total,internal_errors_total&customResourceType=k8s_container&customLabels[container_name]&customLabels[project_id]&customLabels[location]&customLabels[cluster_name]&customLabels[namespace_name]&customLabels[pod_name]", "--stackdriver-prefix=kubernetes.io/internal/addons"]
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.0
image: gke.gcr.io/prometheus-to-sd:v0.11.12-gke.11
name: prom-to-sd
`}

Expand Down

0 comments on commit a9d1d36

Please sign in to comment.