We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97eb17 commit 12daa9eCopy full SHA for 12daa9e
1 file changed
providers/openstack/scs2/README.md
@@ -1,5 +1,12 @@
1
# Cluster Stacks
2
3
+## Prerequisites
4
+
5
+- kind
6
+- kubectl
7
+- helm
8
+- clusterctl (v1.10x)
9
10
## Getting started
11
12
```sh
@@ -11,7 +18,7 @@ export CLUSTER_TOPOLOGY=true
18
export EXP_CLUSTER_RESOURCE_SET=true
19
export EXP_RUNTIME_SDK=true
13
20
kubectl apply -f https://github.com/k-orc/openstack-resource-controller/releases/latest/download/install.yaml
14
-clusterctl init --infrastructure openstack
21
+clusterctl init --infrastructure openstack:v0.12.6
15
22
16
23
kubectl -n capi-system rollout status deployment
17
24
kubectl -n capo-system rollout status deployment
0 commit comments