mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-13 13:31:31 +01:00
Allow unique token to be specified in machine config, this way we can workaround a problem with META being non-persistend/wiped. Fixes #10570 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
820 B
820 B
description, title
| description | title |
|---|---|
| SideroLinkConfig is a SideroLink connection machine configuration document. | SideroLinkConfig |
{{< highlight yaml >}} apiVersion: v1alpha1 kind: SideroLinkConfig apiUrl: https://siderolink.api/jointoken?token=secret # SideroLink API URL to connect to. {{< /highlight >}}
| Field | Type | Description | Value(s) |
|---|---|---|---|
apiUrl |
URL | SideroLink API URL to connect to. Show example(s){{< highlight yaml >}} |
|
| apiUrl: https://siderolink.api/?jointoken=secret | |||
| {{< /highlight >}} | |||
uniqueToken |
string | SideroLink unique token to use for the connection (optional).This value is overridden with META key UniqueMachineToken. |