Skip to content

Commit

Permalink
squash them now
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rantil committed Jan 26, 2024
1 parent 8da2ebb commit 8180943
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,16 @@ You can create this secret for example with:
kubectl create secret generic capi-quickstart-cloud-conf --from-file=cloud.conf
```
Now, you are ready to deploy the external cloud provider!
```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager/cloud-controller-manager-roles.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
```
Alternatively, refer to the [helm chart] (https://github.com/kubernetes/cloud-provider-openstack/tree/master/charts/openstack-cloud-controller-manager)
{{#/tab }}
{{#/tabs }}
Expand Down

0 comments on commit 8180943

Please sign in to comment.