File tree 6 files changed +14
-12
lines changed
infrastructure/docker/examples
6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ See [Cluster API release support](#cluster-api-release-support) and [Kubernetes
276
276
| Kubernetes v1.30 | ✓ | ✓ | ✓ |
277
277
| Kubernetes v1.31 | ✓ >= v1.8.1 | ✓ | ✓ |
278
278
| Kubernetes v1.32 | | ✓ >= v1.9.1 | ✓ |
279
+ | Kubernetes v1.33 | | | ✓ >= v1.10.1 |
279
280
280
281
See also [ Kubernetes version specific notes] ( #kubernetes-version-specific-notes ) .
281
282
@@ -305,6 +306,7 @@ using the [kubeadm API](https://kubernetes.io/docs/setup/production-environment/
305
306
| Kubernetes v1.30 | [ v1beta3] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/ ) |
306
307
| Kubernetes v1.31 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
307
308
| Kubernetes v1.32 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
309
+ | Kubernetes v1.33 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
308
310
309
311
### Kubeadm Control Plane provider (` kubeadm-control-plane-controller ` )
310
312
Original file line number Diff line number Diff line change @@ -367,11 +367,11 @@ 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-rc.1 "
371
- KUBERNETES_VERSION : " v1.33.0-rc.1 "
370
+ KUBERNETES_VERSION_MANAGEMENT : " v1.33.0"
371
+ KUBERNETES_VERSION : " v1.33.0"
372
372
KUBERNETES_VERSION_UPGRADE_FROM : " v1.32.2"
373
- KUBERNETES_VERSION_UPGRADE_TO : " v1.33.0-rc.1 "
374
- KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.33 "
373
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.33.0"
374
+ KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.34 "
375
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"
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-rc.1
38
+ version : v1.33.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-rc.1
80
+ version : v1.33.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-rc.1
38
+ version : v1.33.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-rc.1
90
+ version : v1.33.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-rc.1
35
+ version : v1.33.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-rc.1
79
+ version : v1.33.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-rc.1
38
+ version : v1.33.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-rc.1
83
+ version : v1.33.0
84
84
clusterName : my-cluster
85
85
bootstrap :
86
86
configRef :
You can’t perform that action at this time.
0 commit comments