Skip to content

Commit 17e7537

Browse files
mondragonfxk8s-infra-cherrypick-robot
authored andcommitted
Update Vultr quick-start docs
Signed-off-by: cmondragon <[email protected]>
1 parent 068c0f3 commit 17e7537

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
@@ -809,10 +809,10 @@ project][vSphere getting started guide].
809809
{{#tab Vultr}}
810810
811811
```bash
812-
export VULTR_API_KEY=<your_api_key>
812+
export VULTR_API_KEY="$(echo -n "${VULTR_API_KEY}" | base64 | tr -d '\n')"
813813
814814
# initialize the management cluster
815-
clusterctl init --infrastructure vultr
815+
clusterctl init --infrastructure vultr-vultr
816816
```
817817
{{#/tab }}
818818
{{#/tabs }}

0 commit comments

Comments
 (0)