github saschagrunert/kubernix v0.4.0

latest release: v0.4.1
4 hours ago

Highlights

  • runc is now available next to crun. Both are registered as crun and runc runtime handlers for CRI-O and containerd, so pods can pick either OCI runtime via a RuntimeClass.
  • The new --oci-runtime <crun|runc> option (KUBERNIX_OCI_RUNTIME, oci-runtime in the config file) selects the default handler. It stays crun, so existing setups behave the same. runc is not supported in rootless mode.
  • The generated Nix environment and the multi-node base image are rebuilt when their inputs change, so upgraded installations pick up runc without manual cleanup. Other component configurations in an existing run root are reused as they are, so remove the run root to get the new runc handler.
  • Rootless mode supports only hostNetwork pods, which is now documented (#1413).

What's Changed

Full Changelog: v0.3.7...v0.4.0

Don't miss a new kubernix release

NewReleases is sending notifications on new releases.