Back to Talos

KubeExternalManifestConfig

website/content/v1.14/reference/configuration/kubernetes/kubeexternalmanifestconfig.md

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

{{< highlight yaml >}} 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. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of manifest.
headersmap[string]stringOptional HTTP headers to use when downloading the manifest.
urlURLKubernetes manifest definition, via the URL to download it from.
Please note that Talos does not watch URL contents, and might download
the manifest only once, during the boot.