docs: fix typo in QEMU guest agent support on Proxmox

Fix typo in parameter for installing QEMU guest agent support on
Proxmox.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Ron Olson 2024-06-04 10:00:51 -05:00 committed by Andrey Smirnov
parent 8dbe2128a9
commit fe317f1e16
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ This will create several files in the `_out` directory: `controlplane.yaml`, `wo
For QEMU guest agent support, you can generate the config with the custom install image: For QEMU guest agent support, you can generate the config with the custom install image:
```bash ```bash
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out --installer-image factory.talos.dev/installer/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515:{{< release >}} talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out --install-image factory.talos.dev/installer/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515:{{< release >}}
``` ```
- In Proxmox, go to your VM --> Options and ensure that `QEMU Guest Agent` is `Enabled` - In Proxmox, go to your VM --> Options and ensure that `QEMU Guest Agent` is `Enabled`

View File

@ -205,7 +205,7 @@ This will create several files in the `_out` directory: `controlplane.yaml`, `wo
For QEMU guest agent support, you can generate the config with the custom install image: For QEMU guest agent support, you can generate the config with the custom install image:
```bash ```bash
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out --installer-image factory.talos.dev/installer/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515:{{< release >}} talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out --install-image factory.talos.dev/installer/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515:{{< release >}}
``` ```
- In Proxmox, go to your VM --> Options and ensure that `QEMU Guest Agent` is `Enabled` - In Proxmox, go to your VM --> Options and ensure that `QEMU Guest Agent` is `Enabled`