File tree Expand file tree Collapse file tree 6 files changed +14
-12
lines changed
infrastructure/docker/examples Expand file tree Collapse file tree 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
276276| Kubernetes v1.30 | ✓ | ✓ | ✓ |
277277| Kubernetes v1.31 | ✓ >= v1.8.1 | ✓ | ✓ |
278278| Kubernetes v1.32 | | ✓ >= v1.9.1 | ✓ |
279+ | Kubernetes v1.33 | | | ✓ >= v1.10.1 |
279280
280281See also [ Kubernetes version specific notes] ( #kubernetes-version-specific-notes ) .
281282
@@ -305,6 +306,7 @@ using the [kubeadm API](https://kubernetes.io/docs/setup/production-environment/
305306| Kubernetes v1.30 | [ v1beta3] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/ ) |
306307| Kubernetes v1.31 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
307308| 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/ ) |
308310
309311### Kubeadm Control Plane provider (` kubeadm-control-plane-controller ` )
310312
Original file line number Diff line number Diff line change @@ -367,11 +367,11 @@ variables:
367367 # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
368368 # The following Kubernetes versions should be the latest versions with already published kindest/node images.
369369 # 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"
372372 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 "
375375 ETCD_VERSION_UPGRADE_TO : " 3.5.21-0"
376376 COREDNS_VERSION_UPGRADE_TO : " v1.12.0"
377377 DOCKER_SERVICE_DOMAIN : " cluster.local"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
3535 namespace : default
3636spec :
3737 replicas : 1
38- version : v1.33.0-rc.1
38+ version : v1.33.0
3939 machineTemplate :
4040 infrastructureRef :
4141 apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
7777 replicas : 2
7878 template :
7979 spec :
80- version : v1.33.0-rc.1
80+ version : v1.33.0
8181 clusterName : my-cluster
8282 bootstrap :
8383 configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
3535 namespace : default
3636spec :
3737 replicas : 1
38- version : v1.33.0-rc.1
38+ version : v1.33.0
3939 machineTemplate :
4040 infrastructureRef :
4141 apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
8787 cluster.x-k8s.io/cluster-name : my-cluster
8888 template :
8989 spec :
90- version : v1.33.0-rc.1
90+ version : v1.33.0
9191 clusterName : my-cluster
9292 bootstrap :
9393 configRef :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ metadata:
3232 name : controlplane-0
3333 namespace : default
3434spec :
35- version : v1.33.0-rc.1
35+ version : v1.33.0
3636 clusterName : my-cluster
3737 bootstrap :
3838 configRef :
7676 cluster.x-k8s.io/cluster-name : my-cluster
7777 template :
7878 spec :
79- version : v1.33.0-rc.1
79+ version : v1.33.0
8080 clusterName : my-cluster
8181 bootstrap :
8282 configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
3535 namespace : default
3636spec :
3737 replicas : 1
38- version : v1.33.0-rc.1
38+ version : v1.33.0
3939 machineTemplate :
4040 infrastructureRef :
4141 apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
8080 cluster.x-k8s.io/cluster-name : my-cluster
8181 template :
8282 spec :
83- version : v1.33.0-rc.1
83+ version : v1.33.0
8484 clusterName : my-cluster
8585 bootstrap :
8686 configRef :
You can’t perform that action at this time.
0 commit comments