canonical / microk8s

MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.
https://microk8s.io
Apache License 2.0
8.43k stars 771 forks source link

Configure containerd configuration template via launch configuration #4552

Open ktsakalozos opened 3 months ago

ktsakalozos commented 3 months ago

Summary

Currently we are not able to update the containerd-template.toml via launch configurations. As an example we would like to set

          [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
            systemdCgroup = true

The current workaround is to set such opitions after initial installation.

shortwavedave commented 2 months ago

Bump - is there a way to do this via launch?