mirror of
https://github.com/lingble/talos.git
synced 2025-11-01 13:07:47 +00:00
docs: fix typo in CloudStack docs
Variable name. Signed-off-by: Eddie Wang <bonjour@eddiewang.me> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
committed by
Andrey Smirnov
parent
74861573a7
commit
7d02eb60f4
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user