Skip to content
Open
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
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions util-images/probes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down