diff --git a/docs/book/src/reference/versions.md b/docs/book/src/reference/versions.md index 635c5e0d19a8..e147f767a55d 100644 --- a/docs/book/src/reference/versions.md +++ b/docs/book/src/reference/versions.md @@ -282,6 +282,7 @@ See [Cluster API release support](#cluster-api-release-support) and [Kubernetes | Kubernetes v1.31 | ✓ | ✓ | ✓ | | Kubernetes v1.32 | ✓ >= v1.9.1 | ✓ | ✓ | | Kubernetes v1.33 | | ✓ >= v1.10.1 | ✓ | +| Kubernetes v1.34 | | | ✓ >= v1.11.1 | See also [Kubernetes version specific notes](#kubernetes-version-specific-notes). @@ -312,6 +313,7 @@ using the [kubeadm API](https://kubernetes.io/docs/setup/production-environment/ | Kubernetes v1.31 | [v1beta4](https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/) | | Kubernetes v1.32 | [v1beta4](https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/) | | Kubernetes v1.33 | [v1beta4](https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/) | +| Kubernetes v1.34 | [v1beta4](https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/) | ### Kubeadm Control Plane provider (`kubeadm-control-plane-controller`) diff --git a/test/e2e/config/docker.yaml b/test/e2e/config/docker.yaml index a858727f797d..6d901bd59ea6 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -369,10 +369,10 @@ variables: # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation. # The following Kubernetes versions should be the latest versions with already published kindest/node images. # This avoids building node images in the default case which improves the test duration significantly. - KUBERNETES_VERSION_MANAGEMENT: "v1.34.0-rc.2" - KUBERNETES_VERSION: "v1.34.0-rc.2" + KUBERNETES_VERSION_MANAGEMENT: "v1.34.0" + KUBERNETES_VERSION: "v1.34.0" KUBERNETES_VERSION_UPGRADE_FROM: "v1.33.1" - KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0-rc.2" + KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0" KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.34" ETCD_VERSION_UPGRADE_TO: "3.6.4-0" COREDNS_VERSION_UPGRADE_TO: "v1.12.1" diff --git a/test/infrastructure/docker/examples/machine-pool.yaml b/test/infrastructure/docker/examples/machine-pool.yaml index c836ba0262f7..368a673d2584 100644 --- a/test/infrastructure/docker/examples/machine-pool.yaml +++ b/test/infrastructure/docker/examples/machine-pool.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.34.0-rc.2 + version: v1.34.0 machineTemplate: spec: infrastructureRef: @@ -80,7 +80,7 @@ spec: replicas: 2 template: spec: - version: v1.34.0-rc.2 + version: v1.34.0 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml b/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml index f92d7c890ce6..bc9a4abae0a1 100644 --- a/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.34.0-rc.2 + version: v1.34.0 machineTemplate: spec: infrastructureRef: @@ -92,7 +92,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.2 + version: v1.34.0 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml b/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml index 0b0fdafa6d88..550aad715b2c 100644 --- a/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml @@ -31,7 +31,7 @@ metadata: name: controlplane-0 namespace: default spec: - version: v1.34.0-rc.2 + version: v1.34.0 clusterName: my-cluster bootstrap: configRef: @@ -74,7 +74,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.2 + version: v1.34.0 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster.yaml b/test/infrastructure/docker/examples/simple-cluster.yaml index 7c210b53d3df..f2db3448d847 100644 --- a/test/infrastructure/docker/examples/simple-cluster.yaml +++ b/test/infrastructure/docker/examples/simple-cluster.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.34.0-rc.2 + version: v1.34.0 machineTemplate: spec: infrastructureRef: @@ -83,7 +83,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.2 + version: v1.34.0 clusterName: my-cluster bootstrap: configRef: