Skip to content

Commit 12daa9e

Browse files
committed
fix(quickstart): Pin versions to use v1beta1 until CAPO supports it
Signed-off-by: Jan Schoone <jan.schoone@uhurutec.com>
1 parent a97eb17 commit 12daa9e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

providers/openstack/scs2/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Cluster Stacks
22

3+
## Prerequisites
4+
5+
- kind
6+
- kubectl
7+
- helm
8+
- clusterctl (v1.10x)
9+
310
## Getting started
411

512
```sh
@@ -11,7 +18,7 @@ export CLUSTER_TOPOLOGY=true
1118
export EXP_CLUSTER_RESOURCE_SET=true
1219
export EXP_RUNTIME_SDK=true
1320
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
1522

1623
kubectl -n capi-system rollout status deployment
1724
kubectl -n capo-system rollout status deployment

0 commit comments

Comments
 (0)