> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> DiscoveryServiceConfig is a config document to configure a discovery service.

# DiscoveryServiceConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: DiscoveryServiceConfig
name: primary # Name of the discovery service configuration.
endpoint: https://discovery.talos.dev/ # Discovery service endpoint to use.
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`name`</td>
      <td>string</td>
      <td>Name of the discovery service configuration.</td>

      <td />
    </tr>

    <tr>
      <td>`endpoint`</td>
      <td>URL</td>
      <td>Discovery service endpoint to use.</td>

      <td />
    </tr>
  </tbody>
</table>
