Andrey Smirnov bac1d00c35
chore: prepare for Talos 1.8
Fork docs, introduce version contract for 1.8.

Clean up old version contracts 0.8-0.14.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-04-19 18:19:36 +04:00

622 B

description, title
description title
SideroLinkConfig is a SideroLink connection machine configuration document. SideroLinkConfig

{{< highlight yaml >}} apiVersion: v1alpha1 kind: SideroLinkConfig apiUrl: https://siderolink.api/join?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/join?token=secret
{{< /highlight >}}