Skip to content

Commit

Permalink
docs: fix typo in CloudStack docs
Browse files Browse the repository at this point in the history
Variable name.

Signed-off-by: Eddie Wang <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
eddiewang authored and smira committed Oct 3, 2024
1 parent 7486157 commit 7d02eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Make any adjustments to the `controlplane.yaml` and/or `worker.yaml` as you like
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.

```bash
$ cmk deploy virtualmachine zoneid=${ZONEID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
$ cmk deploy virtualmachine zoneid=${ZONE_ID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
{
"virtualmachine": {
"account": "admin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Make any adjustments to the `controlplane.yaml` and/or `worker.yaml` as you like
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.

```bash
$ cmk deploy virtualmachine zoneid=${ZONEID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
$ cmk deploy virtualmachine zoneid=${ZONE_ID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
{
"virtualmachine": {
"account": "admin",
Expand Down

0 comments on commit 7d02eb6

Please sign in to comment.