From 3136334b935e37e4a2f11bd4c02f89aee4806ddb Mon Sep 17 00:00:00 2001 From: Tames McTigue Date: Sun, 1 May 2022 12:17:51 +0300 Subject: [PATCH] docs: fix links in VMware documentation The links to the patch and script files were changed and not reflected here. There was also a missing curl command in the first example of downloading the patch. Signed-off-by: Tames McTigue Signed-off-by: Andrey Smirnov --- .../talos-guides/install/virtualized-platforms/vmware.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/v1.1/talos-guides/install/virtualized-platforms/vmware.md b/website/content/v1.1/talos-guides/install/virtualized-platforms/vmware.md index a9cb3e415..50b824c6e 100644 --- a/website/content/v1.1/talos-guides/install/virtualized-platforms/vmware.md +++ b/website/content/v1.1/talos-guides/install/virtualized-platforms/vmware.md @@ -23,8 +23,8 @@ Using the VIP chosen in the prereq steps, we will now generate the base configur This can be done with the `talosctl gen config ...` command. Take note that we will also use a JSON6902 patch when creating the configs so that the control plane nodes get some special information about the VIP we chose earlier, as well as a daemonset to install vmware tools on talos nodes. -First, download `the cp.patch` to your local machine and edit the VIP to match your chosen IP. -You can do this by issuing `https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/virtualized-platforms/vmware/cp.patch.yaml`. +First, download `cp.patch.yaml` to your local machine and edit the VIP to match your chosen IP. +You can do this by issuing: `curl -fsSLO https://raw.githubusercontent.com/siderolabs/talos/master/website/content/{{< version >}}/talos-guides/install/virtualized-platforms/vmware/cp.patch.yaml`. It's contents should look like the following: ```yaml @@ -93,7 +93,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 >}}/virtualized-platforms/vmware/vmware.sh"`. +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"`. This script has default variables for things like Talos version and cluster name that may be interesting to tweak before deploying. #### Import OVA