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:
369
369
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
370
370
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
371
371
# 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 "
374
374
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 "
376
376
KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.34"
377
377
ETCD_VERSION_UPGRADE_TO : " 3.6.4-0"
378
378
COREDNS_VERSION_UPGRADE_TO : " v1.12.1"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
33
33
namespace : default
34
34
spec :
35
35
replicas : 1
36
- version : v1.34.0-rc.1
36
+ version : v1.34.0-rc.2
37
37
machineTemplate :
38
38
spec :
39
39
infrastructureRef :
80
80
replicas : 2
81
81
template :
82
82
spec :
83
- version : v1.34.0-rc.1
83
+ version : v1.34.0-rc.2
84
84
clusterName : my-cluster
85
85
bootstrap :
86
86
configRef :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
33
33
namespace : default
34
34
spec :
35
35
replicas : 1
36
- version : v1.34.0-rc.1
36
+ version : v1.34.0-rc.2
37
37
machineTemplate :
38
38
spec :
39
39
infrastructureRef :
92
92
cluster.x-k8s.io/cluster-name : my-cluster
93
93
template :
94
94
spec :
95
- version : v1.34.0-rc.1
95
+ version : v1.34.0-rc.2
96
96
clusterName : my-cluster
97
97
bootstrap :
98
98
configRef :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ metadata:
31
31
name : controlplane-0
32
32
namespace : default
33
33
spec :
34
- version : v1.34.0-rc.1
34
+ version : v1.34.0-rc.2
35
35
clusterName : my-cluster
36
36
bootstrap :
37
37
configRef :
74
74
cluster.x-k8s.io/cluster-name : my-cluster
75
75
template :
76
76
spec :
77
- version : v1.34.0-rc.1
77
+ version : v1.34.0-rc.2
78
78
clusterName : my-cluster
79
79
bootstrap :
80
80
configRef :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
33
33
namespace : default
34
34
spec :
35
35
replicas : 1
36
- version : v1.34.0-rc.1
36
+ version : v1.34.0-rc.2
37
37
machineTemplate :
38
38
spec :
39
39
infrastructureRef :
83
83
cluster.x-k8s.io/cluster-name : my-cluster
84
84
template :
85
85
spec :
86
- version : v1.34.0-rc.1
86
+ version : v1.34.0-rc.2
87
87
clusterName : my-cluster
88
88
bootstrap :
89
89
configRef :
You can’t perform that action at this time.
0 commit comments