File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
infrastructure/docker/examples Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -369,10 +369,10 @@ variables:
369369 # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
370370 # The following Kubernetes versions should be the latest versions with already published kindest/node images.
371371 # This avoids building node images in the default case which improves the test duration significantly.
372- KUBERNETES_VERSION_MANAGEMENT : " v1.34.0-rc.1 "
373- KUBERNETES_VERSION : " v1.34.0-rc.1 "
372+ KUBERNETES_VERSION_MANAGEMENT : " v1.34.0-rc.2 "
373+ KUBERNETES_VERSION : " v1.34.0-rc.2 "
374374 KUBERNETES_VERSION_UPGRADE_FROM : " v1.33.1"
375- KUBERNETES_VERSION_UPGRADE_TO : " v1.34.0-rc.1 "
375+ KUBERNETES_VERSION_UPGRADE_TO : " v1.34.0-rc.2 "
376376 KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.34"
377377 ETCD_VERSION_UPGRADE_TO : " 3.6.4-0"
378378 COREDNS_VERSION_UPGRADE_TO : " v1.12.1"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
3333 namespace : default
3434spec :
3535 replicas : 1
36- version : v1.34.0-rc.1
36+ version : v1.34.0-rc.2
3737 machineTemplate :
3838 spec :
3939 infrastructureRef :
8080 replicas : 2
8181 template :
8282 spec :
83- version : v1.34.0-rc.1
83+ version : v1.34.0-rc.2
8484 clusterName : my-cluster
8585 bootstrap :
8686 configRef :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
3333 namespace : default
3434spec :
3535 replicas : 1
36- version : v1.34.0-rc.1
36+ version : v1.34.0-rc.2
3737 machineTemplate :
3838 spec :
3939 infrastructureRef :
9292 cluster.x-k8s.io/cluster-name : my-cluster
9393 template :
9494 spec :
95- version : v1.34.0-rc.1
95+ version : v1.34.0-rc.2
9696 clusterName : my-cluster
9797 bootstrap :
9898 configRef :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ metadata:
3131 name : controlplane-0
3232 namespace : default
3333spec :
34- version : v1.34.0-rc.1
34+ version : v1.34.0-rc.2
3535 clusterName : my-cluster
3636 bootstrap :
3737 configRef :
7474 cluster.x-k8s.io/cluster-name : my-cluster
7575 template :
7676 spec :
77- version : v1.34.0-rc.1
77+ version : v1.34.0-rc.2
7878 clusterName : my-cluster
7979 bootstrap :
8080 configRef :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
3333 namespace : default
3434spec :
3535 replicas : 1
36- version : v1.34.0-rc.1
36+ version : v1.34.0-rc.2
3737 machineTemplate :
3838 spec :
3939 infrastructureRef :
8383 cluster.x-k8s.io/cluster-name : my-cluster
8484 template :
8585 spec :
86- version : v1.34.0-rc.1
86+ version : v1.34.0-rc.2
8787 clusterName : my-cluster
8888 bootstrap :
8989 configRef :
You can’t perform that action at this time.
0 commit comments