Skip to content

Commit acfdc09

Browse files
authored
Merge pull request #11875 from mondragonfx/update-vultr-docs
📖 Update Vultr quick-start docs
2 parents 6439b1e + fad5a06 commit acfdc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/user/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ project][vSphere getting started guide].
832832
{{#tab Vultr}}
833833
834834
```bash
835-
export VULTR_API_KEY=<your_api_key>
835+
export VULTR_API_KEY="$(echo -n "${VULTR_API_KEY}" | base64 | tr -d '\n')"
836836
837837
# initialize the management cluster
838-
clusterctl init --infrastructure vultr
838+
clusterctl init --infrastructure vultr-vultr
839839
```
840840
{{#/tab }}
841841
{{#/tabs }}

0 commit comments

Comments
 (0)