Advanced: ignore case, filter by path, stuff like that.
87ms total
/
56ms server
/
6 files
kubernetes / perf-tests
18 containers:
19 - name: dns
20 image: gcr.io/k8s-testimages/probes:v0.0.4
21 args:
22 - --metric-bind-address=0.0.0.0:8080
18 containers:
19 - name: prober
20 image: gcr.io/k8s-testimages/probes:v0.0.6
21 args:
22 - --metric-bind-address=0.0.0.0:8080
18 containers:
19 - name: prober
20 image: gcr.io/k8s-testimages/probes:v0.0.5
21 args:
22 - --metric-bind-address=0.0.0.0:8080
18 containers:
19 - name: ping-client
20 image: gcr.io/k8s-testimages/probes:v0.0.4
21 args:
22 - --metric-bind-address=0.0.0.0:8080
18 containers:
19 - name: ping-server
20 image: gcr.io/k8s-testimages/probes:v0.0.4
21 args:
22 - --metric-bind-address=0.0.0.0:8080
341. Increment the `TAG` in the Makefile.
352. `make build`
363. Test changes with `docker run gcr.io/k8s-testimages/probes:latest -- ...`
374. Release with `make push`