diff --git a/website/content/v1.7/talos-guides/install/virtualized-platforms/vmware.md b/website/content/v1.7/talos-guides/install/virtualized-platforms/vmware.md index 7b305ce54c..94840d75ed 100644 --- a/website/content/v1.7/talos-guides/install/virtualized-platforms/vmware.md +++ b/website/content/v1.7/talos-guides/install/virtualized-platforms/vmware.md @@ -36,10 +36,6 @@ It's contents should look like the following: dhcp: true vip: ip: -- op: replace - path: /cluster/extraManifests - value: - - "https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/master/deploy/latest.yaml" ``` With the patch in hand, generate machine configs with: @@ -93,7 +89,7 @@ If you wish to carry out the manual approach, simply skip ahead to the "Manual A ### Scripted Install Download the `vmware.sh` script to your local machine. -You can do this by issuing `curl -fsSLO "https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/talos-guides/install/virtualized-platforms/vmware/vmware.sh" | sed s/latest/{{< release >}}/`. +You can do this by issuing `curl -fsSL "https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/talos-guides/install/virtualized-platforms/vmware/vmware.sh" | sed s/latest/{{< release >}}/ > vmware.sh`. This script has default variables for things like Talos version and cluster name that may be interesting to tweak before deploying. The script downloads VMWare OVA with `talos-vmtoolsd` from [Image Factory](https://factory.talos.dev/?arch=amd64&cmdline-set=true&extensions=-&extensions=siderolabs%2Fvmtoolsd-guest-agent&platform=vmware&target=cloud&version={{< release >}}) extension pre-installed. diff --git a/website/content/v1.8/talos-guides/install/virtualized-platforms/vmware.md b/website/content/v1.8/talos-guides/install/virtualized-platforms/vmware.md index d79c1177a0..94840d75ed 100644 --- a/website/content/v1.8/talos-guides/install/virtualized-platforms/vmware.md +++ b/website/content/v1.8/talos-guides/install/virtualized-platforms/vmware.md @@ -89,7 +89,7 @@ If you wish to carry out the manual approach, simply skip ahead to the "Manual A ### Scripted Install Download the `vmware.sh` script to your local machine. -You can do this by issuing `curl -fsSLO "https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/talos-guides/install/virtualized-platforms/vmware/vmware.sh" | sed s/latest/{{< release >}}/`. +You can do this by issuing `curl -fsSL "https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/talos-guides/install/virtualized-platforms/vmware/vmware.sh" | sed s/latest/{{< release >}}/ > vmware.sh`. This script has default variables for things like Talos version and cluster name that may be interesting to tweak before deploying. The script downloads VMWare OVA with `talos-vmtoolsd` from [Image Factory](https://factory.talos.dev/?arch=amd64&cmdline-set=true&extensions=-&extensions=siderolabs%2Fvmtoolsd-guest-agent&platform=vmware&target=cloud&version={{< release >}}) extension pre-installed.