File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
infrastructure/docker/examples Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ See [Cluster API release support](#cluster-api-release-support) and [Kubernetes
282
282
| Kubernetes v1.31 | ✓ | ✓ | ✓ |
283
283
| Kubernetes v1.32 | ✓ >= v1.9.1 | ✓ | ✓ |
284
284
| Kubernetes v1.33 | | ✓ >= v1.10.1 | ✓ |
285
+ | Kubernetes v1.34 | | | ✓ >= v1.11.1 |
285
286
286
287
See also [ Kubernetes version specific notes] ( #kubernetes-version-specific-notes ) .
287
288
@@ -312,6 +313,7 @@ using the [kubeadm API](https://kubernetes.io/docs/setup/production-environment/
312
313
| Kubernetes v1.31 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
313
314
| Kubernetes v1.32 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
314
315
| Kubernetes v1.33 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
316
+ | Kubernetes v1.34 | [ v1beta4] ( https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/ ) |
315
317
316
318
### Kubeadm Control Plane provider (` kubeadm-control-plane-controller ` )
317
319
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.2 "
373
- KUBERNETES_VERSION : " v1.34.0-rc.2 "
372
+ KUBERNETES_VERSION_MANAGEMENT : " v1.34.0"
373
+ KUBERNETES_VERSION : " v1.34.0"
374
374
KUBERNETES_VERSION_UPGRADE_FROM : " v1.33.1"
375
- KUBERNETES_VERSION_UPGRADE_TO : " v1.34.0-rc.2 "
375
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.34.0"
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.2
36
+ version : v1.34.0
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.2
83
+ version : v1.34.0
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.2
36
+ version : v1.34.0
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.2
95
+ version : v1.34.0
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.2
34
+ version : v1.34.0
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.2
77
+ version : v1.34.0
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.2
36
+ version : v1.34.0
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.2
86
+ version : v1.34.0
87
87
clusterName : my-cluster
88
88
bootstrap :
89
89
configRef :
You can’t perform that action at this time.
0 commit comments