Microk8s 1.36 released!

Microk8s 1.36 release notes

MicroK8s is a Kubernetes cluster delivered as a single snap package - it can be installed on any Linux distribution which supports snaps. With a quick install, easy upgrades and great security, MicroK8s is perfect for micro clouds and edge computing. Try it on your laptop!

snap install microk8s --classic --channel=1.36/stable

In this release

Kubernetes 1.36

Read more at Kubernetes v1.36: ハル (Haru) | Kubernetes.

Breaking changes

GPU operator

The GPU core addon no longer forces the NVIDIA runtime as the default containerd runtime.

To use GPUs, pods must now explicitly set the runtimeClassName in the pod specification:

runtimeClassName: nvidia

See:

Dashboard and dashboard-proxy removal

Following the upstream deprecation of the Kubernetes Dashboard, MicroK8s has removed support for:

  • microk8s dashboard-proxy
  • the dashboard core addon
  • the dashboard-ingress community addon

Related PRs:

Osm, kwasm community addon removal

With MicroK8s 1.36, MicroK8s has removed support for:

  • Osm
  • Kwasm

Bugfixes

Updates

Core components

Core addons

Community addons

Community contributors

We would like to thank our community contributors for their contributions to MicroK8s.

canonical/microk8s

canonical/microk8s-core-addons

canonical/microk8s-community-addons

Full Changelog: Comparing v1.35...v1.36 · canonical/microk8s · GitHub