From 69fe96ccc330ac84bcbc265a4a95bd35cfe0df2a Mon Sep 17 00:00:00 2001 From: Mathieu Dallaire Date: Wed, 24 Apr 2024 11:10:55 -0400 Subject: [PATCH] docs: improve ExtensionServiceConfig docs improve `ExtensionServiceConfig` docs. Signed-off-by: Noel Georgi --- network/tailscale/README.md | 11 +++++++++-- power/nut-client/README.md | 13 +++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/network/tailscale/README.md b/network/tailscale/README.md index e38aaaf..84d73d3 100644 --- a/network/tailscale/README.md +++ b/network/tailscale/README.md @@ -21,11 +21,18 @@ environment: - TS_AUTHKEY= ``` +Then apply the patch to your node's MachineConfigs ```bash -> talosctl apply -n node myconfig.yaml -> talosctl upgrade -n node +talosctl patch mc -p @tailscale-config.yaml ``` +You will then be able to verify that it is in place with the following command +```bash +talosctl get extensionserviceconfigs + +NODE NAMESPACE TYPE ID VERSION +mynode runtime ExtensionServiceConfig tailscale 1 +``` ## Configuration This extension runs containerboot https://pkg.go.dev/tailscale.com@v1.40.1/cmd/containerboot diff --git a/power/nut-client/README.md b/power/nut-client/README.md index 53b9440..c4095e1 100644 --- a/power/nut-client/README.md +++ b/power/nut-client/README.md @@ -24,6 +24,19 @@ configFiles: mountPath: /usr/local/etc/nut/upsmon.conf ``` +Then apply the patch to your node's MachineConfigs +```bash +talosctl patch mc -p @nut-config.yaml +``` + +You will then be able to verify that it is in place with the following command +```bash +talosctl get extensionserviceconfigs + +NODE NAMESPACE TYPE ID VERSION +mynode runtime ExtensionServiceConfig nut-client 1 +``` + ## Testing Confirm extension service is running