File tree 5 files changed +12
-12
lines changed
infrastructure/docker/examples
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -367,12 +367,12 @@ variables:
367
367
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
368
368
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
369
369
# This avoids building node images in the default case which improves the test duration significantly.
370
- KUBERNETES_VERSION_MANAGEMENT : " v1.33.0-beta .0"
371
- KUBERNETES_VERSION : " v1.33.0-beta .0"
370
+ KUBERNETES_VERSION_MANAGEMENT : " v1.33.0-rc .0"
371
+ KUBERNETES_VERSION : " v1.33.0-rc .0"
372
372
KUBERNETES_VERSION_UPGRADE_FROM : " v1.32.2"
373
- KUBERNETES_VERSION_UPGRADE_TO : " v1.33.0-beta .0"
373
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.33.0-rc .0"
374
374
KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.33"
375
- ETCD_VERSION_UPGRADE_TO : " 3.5.17 -0"
375
+ ETCD_VERSION_UPGRADE_TO : " 3.5.21 -0"
376
376
COREDNS_VERSION_UPGRADE_TO : " v1.12.0"
377
377
DOCKER_SERVICE_DOMAIN : " cluster.local"
378
378
IP_FAMILY : " dual"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.33.0-beta .0
38
+ version : v1.33.0-rc .0
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
77
77
replicas : 2
78
78
template :
79
79
spec :
80
- version : v1.33.0-beta .0
80
+ version : v1.33.0-rc .0
81
81
clusterName : my-cluster
82
82
bootstrap :
83
83
configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.33.0-beta .0
38
+ version : v1.33.0-rc .0
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
87
87
cluster.x-k8s.io/cluster-name : my-cluster
88
88
template :
89
89
spec :
90
- version : v1.33.0-beta .0
90
+ version : v1.33.0-rc .0
91
91
clusterName : my-cluster
92
92
bootstrap :
93
93
configRef :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ metadata:
32
32
name : controlplane-0
33
33
namespace : default
34
34
spec :
35
- version : v1.33.0-beta .0
35
+ version : v1.33.0-rc .0
36
36
clusterName : my-cluster
37
37
bootstrap :
38
38
configRef :
76
76
cluster.x-k8s.io/cluster-name : my-cluster
77
77
template :
78
78
spec :
79
- version : v1.33.0-beta .0
79
+ version : v1.33.0-rc .0
80
80
clusterName : my-cluster
81
81
bootstrap :
82
82
configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.33.0-beta .0
38
+ version : v1.33.0-rc .0
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
80
80
cluster.x-k8s.io/cluster-name : my-cluster
81
81
template :
82
82
spec :
83
- version : v1.33.0-beta .0
83
+ version : v1.33.0-rc .0
84
84
clusterName : my-cluster
85
85
bootstrap :
86
86
configRef :
You can’t perform that action at this time.
0 commit comments