mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 04:06:38 +02:00
docs: improve ExtensionServiceConfig docs
improve `ExtensionServiceConfig` docs. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
8672c3baf5
commit
69fe96ccc3
@ -21,11 +21,18 @@ environment:
|
||||
- TS_AUTHKEY=<your auth key>
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user