diff --git a/clusterloader2/pkg/measurement/common/probes/manifests/dnsLookup/dns-prober-deployment.yaml b/clusterloader2/pkg/measurement/common/probes/manifests/dnsLookup/dns-prober-deployment.yaml index 14d4991644..8930c21212 100644 --- a/clusterloader2/pkg/measurement/common/probes/manifests/dnsLookup/dns-prober-deployment.yaml +++ b/clusterloader2/pkg/measurement/common/probes/manifests/dnsLookup/dns-prober-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: dns - image: gcr.io/k8s-testimages/probes:v0.0.4 + image: registry.k8s.io/perf-tests/probes:v0.0.7 args: - --metric-bind-address=0.0.0.0:8080 - --mode=dns diff --git a/clusterloader2/pkg/measurement/common/probes/manifests/dnsPropagation/dns-propagation-prober-deployment.yaml b/clusterloader2/pkg/measurement/common/probes/manifests/dnsPropagation/dns-propagation-prober-deployment.yaml index 88d17ce3c7..1b3e62ab1b 100644 --- a/clusterloader2/pkg/measurement/common/probes/manifests/dnsPropagation/dns-propagation-prober-deployment.yaml +++ b/clusterloader2/pkg/measurement/common/probes/manifests/dnsPropagation/dns-propagation-prober-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: prober - image: gcr.io/k8s-testimages/probes:v0.0.6 + image: registry.k8s.io/perf-tests/probes:v0.0.7 args: - --metric-bind-address=0.0.0.0:8080 - --mode=dns-propagation diff --git a/clusterloader2/pkg/measurement/common/probes/manifests/metricsServer/metrics-server-prober-deployment.yaml b/clusterloader2/pkg/measurement/common/probes/manifests/metricsServer/metrics-server-prober-deployment.yaml index 1a197f55b5..9d681b50b8 100644 --- a/clusterloader2/pkg/measurement/common/probes/manifests/metricsServer/metrics-server-prober-deployment.yaml +++ b/clusterloader2/pkg/measurement/common/probes/manifests/metricsServer/metrics-server-prober-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: prober - image: gcr.io/k8s-testimages/probes:v0.0.5 + image: registry.k8s.io/perf-tests/probes:v0.0.7 args: - --metric-bind-address=0.0.0.0:8080 - --mode=kubeclient diff --git a/clusterloader2/pkg/measurement/common/probes/manifests/ping-client-deployment.yaml b/clusterloader2/pkg/measurement/common/probes/manifests/ping-client-deployment.yaml index 825896d74c..66b8c2a602 100644 --- a/clusterloader2/pkg/measurement/common/probes/manifests/ping-client-deployment.yaml +++ b/clusterloader2/pkg/measurement/common/probes/manifests/ping-client-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: ping-client - image: gcr.io/k8s-testimages/probes:v0.0.4 + image: registry.k8s.io/perf-tests/probes:v0.0.7 args: - --metric-bind-address=0.0.0.0:8080 - --mode=ping-client diff --git a/clusterloader2/pkg/measurement/common/probes/manifests/ping-server-deployment.yaml b/clusterloader2/pkg/measurement/common/probes/manifests/ping-server-deployment.yaml index 7b39be83d4..cf91205016 100644 --- a/clusterloader2/pkg/measurement/common/probes/manifests/ping-server-deployment.yaml +++ b/clusterloader2/pkg/measurement/common/probes/manifests/ping-server-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: ping-server - image: gcr.io/k8s-testimages/probes:v0.0.4 + image: registry.k8s.io/perf-tests/probes:v0.0.7 args: - --metric-bind-address=0.0.0.0:8080 - --mode=ping-server diff --git a/util-images/probes/README.md b/util-images/probes/README.md index 1dea77db5b..f63df554bc 100644 --- a/util-images/probes/README.md +++ b/util-images/probes/README.md @@ -33,9 +33,7 @@ This probe is designed to run within a Kubernetes cluster and cannot be executed 1. Increment the `TAG` in the Makefile. 2. `make build` -3. Test changes with `docker run gcr.io/k8s-testimages/probes:latest -- ...` -4. Release with `make push` - +3. Follow these steps to promote the image: [Document](https://github.com/kubernetes/k8s.io/tree/main/registry.k8s.io#image-promoter) ## Go Modules