Skip to content

Commit

Permalink
Update Vultr quick-start docs
Browse files Browse the repository at this point in the history
Signed-off-by: cmondragon <[email protected]>
  • Loading branch information
mondragonfx committed Feb 19, 2025
1 parent 48746cb commit fad5a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,10 +820,10 @@ project][vSphere getting started guide].
{{#tab Vultr}}
```bash
export VULTR_API_KEY=<your_api_key>
export VULTR_API_KEY="$(echo -n "${VULTR_API_KEY}" | base64 | tr -d '\n')"
# initialize the management cluster
clusterctl init --infrastructure vultr
clusterctl init --infrastructure vultr-vultr
```
{{#/tab }}
{{#/tabs }}
Expand Down

0 comments on commit fad5a06

Please sign in to comment.