mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-09 22:51:12 +02:00
Previously static pod manifests were written to and read from a folder on the disk. We add a controller that cleans up the default static pod manifests on the disk and serves them as a PodList manifest via HTTP. The to the manifest is injected into the kubelet. File based static pod manifests are still supported and may be enabled by setting the key kubelet -> enableManifestsDirectory in the machine config. Fixes #5494 Signed-off-by: Philipp Sauter <philipp.sauter@siderolabs.com>