Back to Talos

DiscoveryServiceConfig

website/content/v1.14/reference/configuration/cluster/discoveryserviceconfig.md

1.14.0611 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: DiscoveryServiceConfig name: primary # Name of the discovery service configuration. endpoint: https://discovery.talos.dev/ # Discovery service endpoint to use. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of the discovery service configuration.
endpointURLDiscovery service endpoint to use. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
endpoint: https://discovery.talos.dev/
{{< /highlight >}}</details>