> ## 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.

> KubeCoreDNSConfig configures CoreDNS deployment.

# KubeCoreDNSConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: KubeCoreDNSConfig
enabled: true # By default, CoreDNS deployment is enabled.
image: registry.k8s.io/coredns/coredns:v1.14.6 # The container image used to run the CoreDNS.
```

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

  <tbody>
    <tr>
      <td>`enabled`</td>
      <td>bool</td>
      <td>By default, CoreDNS deployment is enabled.<br />Set to false to disable the CoreDNS deployment.</td>

      <td />
    </tr>

    <tr>
      <td>`image`</td>
      <td>string</td>
      <td>The container image used to run the CoreDNS.<br /><br />If the value is not set, the default image will be used.</td>

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