Skip to content

Commit

Permalink
docs: improve ExtensionServiceConfig docs
Browse files Browse the repository at this point in the history
improve `ExtensionServiceConfig` docs.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
mdallaire authored and frezbo committed Apr 25, 2024
1 parent 8672c3b commit 69fe96c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
11 changes: 9 additions & 2 deletions network/tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions power/nut-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69fe96c

Please sign in to comment.