mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-02 16:11:49 +01: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:
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`.
|
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.
|
||||||
|
|
||||||
```bash
|
```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": {
|
"virtualmachine": {
|
||||||
"account": "admin",
|
"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`.
|
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.
|
||||||
|
|
||||||
```bash
|
```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": {
|
"virtualmachine": {
|
||||||
"account": "admin",
|
"account": "admin",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user