Skip to content

Commit 15167e2

Browse files
authored
Merge pull request #11880 from k8s-infra-cherrypick-robot/cherry-pick-11875-to-release-1.9
[release-1.9] 📖 Update Vultr quick-start docs
2 parents 5ef4415 + 17e7537 commit 15167e2

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
@@ -821,10 +821,10 @@ project][vSphere getting started guide].
821821
{{#tab Vultr}}
822822
823823
```bash
824-
export VULTR_API_KEY=<your_api_key>
824+
export VULTR_API_KEY="$(echo -n "${VULTR_API_KEY}" | base64 | tr -d '\n')"
825825
826826
# initialize the management cluster
827-
clusterctl init --infrastructure vultr
827+
clusterctl init --infrastructure vultr-vultr
828828
```
829829
{{#/tab }}
830830
{{#/tabs }}

0 commit comments

Comments
 (0)