From fe317f1e1611d2f48595bfaf67c5e4ea3cd692e3 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Tue, 4 Jun 2024 10:00:51 -0500 Subject: [PATCH] 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 --- .../v1.7/talos-guides/install/virtualized-platforms/proxmox.md | 2 +- .../v1.8/talos-guides/install/virtualized-platforms/proxmox.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.7/talos-guides/install/virtualized-platforms/proxmox.md b/website/content/v1.7/talos-guides/install/virtualized-platforms/proxmox.md index f562c11ab5..86a6f2b344 100644 --- a/website/content/v1.7/talos-guides/install/virtualized-platforms/proxmox.md +++ b/website/content/v1.7/talos-guides/install/virtualized-platforms/proxmox.md @@ -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: ```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` diff --git a/website/content/v1.8/talos-guides/install/virtualized-platforms/proxmox.md b/website/content/v1.8/talos-guides/install/virtualized-platforms/proxmox.md index f562c11ab5..86a6f2b344 100644 --- a/website/content/v1.8/talos-guides/install/virtualized-platforms/proxmox.md +++ b/website/content/v1.8/talos-guides/install/virtualized-platforms/proxmox.md @@ -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: ```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`