mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
test images: Bumps image versions
The way the images are built is going to be changed, and in order to avoid overwritting and breaking the current images, the image versions are bumped.
This commit is contained in:
parent
ca23b07dd4
commit
22a5fbcfa9
@ -1 +1 @@
|
||||
2.10
|
||||
2.11
|
||||
|
@ -48,7 +48,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
rootCmd := &cobra.Command{Use: "app", Version: "2.10"}
|
||||
rootCmd := &cobra.Command{Use: "app", Version: "2.11"}
|
||||
|
||||
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
||||
rootCmd.AddCommand(connect.CmdConnect)
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
2.0
|
||||
2.1
|
||||
|
@ -1 +1 @@
|
||||
2.2
|
||||
2.3
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.2
|
||||
1.3
|
||||
|
@ -1,5 +1,5 @@
|
||||
amd64=gcr.io/kubernetes-e2e-test-images/agnhost-amd64:2.7
|
||||
arm=gcr.io/kubernetes-e2e-test-images/agnhost-arm:2.7
|
||||
arm64=gcr.io/kubernetes-e2e-test-images/agnhost-arm64:2.7
|
||||
ppc64le=gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le:2.7
|
||||
s390x=gcr.io/kubernetes-e2e-test-images/agnhost-s390x:2.7
|
||||
amd64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-amd64:2.11
|
||||
arm=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm:2.11
|
||||
arm64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm64:2.11
|
||||
ppc64le=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-ppc64le:2.11
|
||||
s390x=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-s390x:2.11
|
||||
|
@ -1 +1 @@
|
||||
1.2
|
||||
1.3
|
||||
|
@ -1,5 +1,5 @@
|
||||
amd64=gcr.io/kubernetes-e2e-test-images/agnhost-amd64:2.7
|
||||
arm=gcr.io/kubernetes-e2e-test-images/agnhost-arm:2.7
|
||||
arm64=gcr.io/kubernetes-e2e-test-images/agnhost-arm64:2.7
|
||||
ppc64le=gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le:2.7
|
||||
s390x=gcr.io/kubernetes-e2e-test-images/agnhost-s390x:2.7
|
||||
amd64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-amd64:2.11
|
||||
arm=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm:2.11
|
||||
arm64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm64:2.11
|
||||
ppc64le=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-ppc64le:2.11
|
||||
s390x=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-s390x:2.11
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.1
|
||||
1.2
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.3
|
||||
1.4
|
||||
|
@ -1 +1 @@
|
||||
1.3
|
||||
1.4
|
||||
|
@ -1 +1 @@
|
||||
1.3
|
||||
1.4
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -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.4 --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.7 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
|
||||
kubectl get services resource-consumer
|
||||
```
|
||||
|
||||
@ -62,7 +62,7 @@ curl --data "millicores=300&durationSec=600" http://<EXTERNAL-IP>:8080/ConsumeCP
|
||||
|
||||
## Image
|
||||
|
||||
Docker image of Resource Consumer can be found in Google Container Registry as gcr.io/kubernetes-e2e-test-images/resource-consumer:1.4
|
||||
Docker image of Resource Consumer can be found in Google Container Registry as gcr.io/kubernetes-e2e-test-images/resource-consumer:1.7
|
||||
|
||||
## Use cases
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.6
|
||||
1.7
|
||||
|
@ -1 +1 @@
|
||||
1.17.2
|
||||
1.17.3
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
2.0
|
||||
2.1
|
||||
|
@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
|
@ -1 +1 @@
|
||||
1.0.1
|
||||
1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user