From 38b80fb1dab586a9f14473d03415b793c2dfcda0 Mon Sep 17 00:00:00 2001 From: Variant9 <13605369+holly-hacker@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:47:47 +0100 Subject: [PATCH] docs: add missing `--talosconfig` parameter to end of Hetzner guide Adds a missing `--talosconfig` parameter. Without it, talosctl would connect to a local cluster which could confuse users following the guide. Signed-off-by: Variant9 <13605369+holly-hacker@users.noreply.github.com> Signed-off-by: Andrey Smirnov --- .../v1.8/talos-guides/install/cloud-platforms/hetzner.md | 2 +- .../v1.9/talos-guides/install/cloud-platforms/hetzner.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.8/talos-guides/install/cloud-platforms/hetzner.md b/website/content/v1.8/talos-guides/install/cloud-platforms/hetzner.md index 0592d4add8..6ca8ce32c9 100644 --- a/website/content/v1.8/talos-guides/install/cloud-platforms/hetzner.md +++ b/website/content/v1.8/talos-guides/install/cloud-platforms/hetzner.md @@ -290,7 +290,7 @@ cluster: Then run the following command: ```bash -talosctl patch machineconfig --patch-file patch.yaml --nodes +talosctl --talosconfig talosconfig patch machineconfig --patch-file patch.yaml --nodes ``` With that in place, we can now follow the [official instructions](https://github.com/hetznercloud/hcloud-cloud-controller-manager), ignoring the `kubeadm` related steps. diff --git a/website/content/v1.9/talos-guides/install/cloud-platforms/hetzner.md b/website/content/v1.9/talos-guides/install/cloud-platforms/hetzner.md index 0592d4add8..6ca8ce32c9 100644 --- a/website/content/v1.9/talos-guides/install/cloud-platforms/hetzner.md +++ b/website/content/v1.9/talos-guides/install/cloud-platforms/hetzner.md @@ -290,7 +290,7 @@ cluster: Then run the following command: ```bash -talosctl patch machineconfig --patch-file patch.yaml --nodes +talosctl --talosconfig talosconfig patch machineconfig --patch-file patch.yaml --nodes ``` With that in place, we can now follow the [official instructions](https://github.com/hetznercloud/hcloud-cloud-controller-manager), ignoring the `kubeadm` related steps.