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

> KubeExternalManifestConfig configures a Kubernetes manifest which is downloaded from a URL.

# KubeExternalManifestConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: KubeExternalManifestConfig
name: example-cni # Name of manifest.
url: https://www.example.com/manifest1.yaml # Kubernetes manifest definition, via the URL to download it from.
```

<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 manifest.</td>

      <td />
    </tr>

    <tr>
      <td>`headers`</td>
      <td>map\[string]string</td>
      <td>Optional HTTP headers to use when downloading the manifest.</td>

      <td />
    </tr>

    <tr>
      <td>`url`</td>
      <td>URL</td>
      <td>Kubernetes manifest definition, via the URL to download it from.<br />Please note that Talos does not watch URL contents, and might download<br />the manifest only once, during the boot.</td>

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