Switch ksm registry to registry.k8s.io (#1914)
Kubernetes has switched registry from k8s.gcr.io to registry.k8s.io in https://github.com/kubernetes/kubernetes/pull/109938. kube-state-metrics also did the switch in https://github.com/kubernetes/kube-state-metrics/pull/1750. This commit also updates the registry in a kubeadm configuration example.
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
||||
- --port=8081
|
||||
- --telemetry-host=127.0.0.1
|
||||
- --telemetry-port=8082
|
||||
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.6.0
|
||||
image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0
|
||||
name: kube-state-metrics
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user