From 62ab9beacfa33e8fb348b52582e63d6234af9146 Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Sat, 30 Oct 2021 19:27:20 +0100 Subject: [PATCH] fix: update extension for controlplane.yam l talosctl generates YAML files with the .yaml extension, update to the apply-config command to reflect this Signed-off-by: Charlie Haley --- website/content/docs/v0.4/Guides/sidero-on-rpi4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/v0.4/Guides/sidero-on-rpi4.md b/website/content/docs/v0.4/Guides/sidero-on-rpi4.md index 31b71c8ee..da0be73b6 100644 --- a/website/content/docs/v0.4/Guides/sidero-on-rpi4.md +++ b/website/content/docs/v0.4/Guides/sidero-on-rpi4.md @@ -36,7 +36,7 @@ talosctl gen config --config-patch='[{"op": "add", "path": "/cluster/allowSchedu Submit the generated configuration to Talos: ```bash -talosctl apply-config --insecure -n ${SIDERO_ENDPOINT} -f controlplane.yml +talosctl apply-config --insecure -n ${SIDERO_ENDPOINT} -f controlplane.yaml ``` Merge client configuration `talosconfig` into default `~/.talos/config` location: