mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
test images: Bump resource-consumer to 1.9
We've added Windows support to the resource-consumer image and 1.8 tag is already promoted. We need to bump the VERSION, so we can promote the new image.
This commit is contained in:
parent
1f24b504cd
commit
3e0b66b802
@ -48,7 +48,7 @@ Custom metrics in Prometheus format are exposed on "/metrics" endpoint.
|
||||
|
||||
### CURL example
|
||||
```console
|
||||
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.8 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
|
||||
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.9 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
|
||||
kubectl get services resource-consumer
|
||||
```
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.8
|
||||
1.9
|
||||
|
Loading…
Reference in New Issue
Block a user