Skip to content

Commit 5a096cb

Browse files
jschoonegarloff
andauthored
docs(deployment): Add OpenStack resource controller (#201)
* docs(deployment): Add OpenStack resource controller * Add hint on ORC being new. * Add missing empty line. Signed-off-by: Jan Schoone <[email protected]> Signed-off-by: Kurt Garloff <[email protected]> Co-authored-by: Kurt Garloff <[email protected]>
1 parent 53d0372 commit 5a096cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/providers/openstack/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ export CLUSTER_TOPOLOGY=true
3030
export EXP_CLUSTER_RESOURCE_SET=true
3131
export EXP_RUNTIME_SDK=true
3232
clusterctl init --infrastructure openstack
33+
kubectl apply -f https://github.com/k-orc/openstack-resource-controller/releases/latest/download/install.yaml
3334
```
3435

36+
Note that the manual deployment of the openstack resource controller (ORC) is required since capo-0.12. If you use `clusterctl upgrade` to upgrade capo from earlier version, you'll also need to manually add ORC to the management host/cluster.
37+
3538
### CSO and CSPO variables preparation (CSP)
3639

3740
The CSO and CSPO must be directed to the Cluster Stacks repository housing releases for the OpenStack provider.

0 commit comments

Comments
 (0)