File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
docs/book/src/clusteropenstack Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ This provider's versions are compatible with the following versions of Cluster A
47
47
48
48
This provider's versions are able to install and manage the following versions of Kubernetes:
49
49
50
- | | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 |
51
- | ---------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
52
- | OpenStack Provider v1alpha3 (v0.3) | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
53
- | OpenStack Provider v1alpha4 (v0.4) | | | | | ✓ | | | |
54
- | OpenStack Provider v1alpha4 (v0.5) | | | | | ✓ | ✓ | + | + |
55
- | OpenStack Provider v1alpha5 | | | | | | ✓ | + | ✓ |
50
+ | | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 |
51
+ | ---------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
52
+ | OpenStack Provider v1alpha3 (v0.3) | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
53
+ | OpenStack Provider v1alpha4 (v0.4) | | | | | ✓ | | | | |
54
+ | OpenStack Provider v1alpha4 (v0.5) | | | | | ✓ | ✓ | + | + | + |
55
+ | OpenStack Provider v1alpha5 | | | | | | ✓ | + | ✓ | ✓ |
56
56
57
57
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
58
58
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ Note: You can use [the template file](https://github.com/kubernetes-sigs/cluster
46
46
# Using 'external-cloud-provider' flavor
47
47
clusterctl generate cluster capi-quickstart \
48
48
--flavor external-cloud-provider \
49
- --kubernetes-version v1.23.5 \
49
+ --kubernetes-version v1.24.2 \
50
50
--control-plane-machine-count=3 \
51
51
--worker-machine-count=1 \
52
52
> capi-quickstart.yaml
53
53
54
54
# Using 'without-lb' flavor
55
55
clusterctl generate cluster capi-quickstart \
56
56
--flavor without-lb \
57
- --kubernetes-version v1.23.5 \
57
+ --kubernetes-version v1.24.2 \
58
58
--control-plane-machine-count=1 \
59
59
--worker-machine-count=1 \
60
60
> capi-quickstart.yaml
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ providers:
95
95
variables :
96
96
# used to ensure we deploy to the correct management cluster
97
97
KUBE_CONTEXT : " kind-capo-e2e"
98
- KUBERNETES_VERSION : " v1.23.5 "
98
+ KUBERNETES_VERSION : " v1.24.2 "
99
99
CNI : " ../../data/cni/calico.yaml"
100
100
CCM : " ../../data/ccm/cloud-controller-manager.yaml"
101
101
EXP_CLUSTER_RESOURCE_SET : " true"
You can’t perform that action at this time.
0 commit comments