Skip to content

Commit

Permalink
Update docs/book/src/user/quick-start.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Jern <[email protected]>
  • Loading branch information
Max Rantil and lentzi90 authored Feb 2, 2024
1 parent 2be6db3 commit ce5222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ Next, create a Kubernetes secret using this configuration to securely store your
You can create this secret for example with:
```bash
kubectl create secret generic capi-quickstart-cloud-conf --from-file=cloud.conf
kubectl -n kube-system create secret generic cloud-config --from-file=cloud.conf
```
Now, you are ready to deploy the external cloud provider!
Expand Down

0 comments on commit ce5222c

Please sign in to comment.