Skip to main content

Release notes in Managed Kubernetes

Last update:

2026

June
May
April
  • updated the list of supported Kubernetes versions;

  • updated the containerd configuration storage format on worker nodes — the configuration is now stored in the /etc/containerd/certs.d/docker.io/ directory in the hosts.toml file. This allows adding directories for private registries and configuring them separately, for example, specifying a CA certificate for self-signed TLS or disabling certificate verification. Learn more about configuring containerd registries via the hosts.toml file in the containerd documentation on GitHub.

    For Managed Kubernetes clusters, version 1.31 and higher, the new containerd configuration storage format is applied by default when a cluster is created. In existing clusters, the changes will be applied automatically upon worker node reinstallation or when creating a new node group.

March
  • added to audit logs the events of the mks service related to integration with Container Registry;
  • updated the Karpenter provider — Karpenter now correctly calculates the amount of memory available after the operating system has loaded and selects flavors with sufficient resources to run pods;
  • added the cni_type parameter to the selectel_mks_cluster_v1 resource — the network plugin (CNI) type can now be selected when creating a cluster via Terraform.
February
  • added to audit logs the events of the mks service;
  • removed the network card limitation in clusters on dedicated servers — it is now possible to use network cards with 10 Gbps and 25 Gbps connection speeds;
  • added support for ephemeralStorage during autoscaling with Cluster Autoscaler and Karpenter;
  • added the option to view in the Control Panel the user data that you specified when creating a cluster on a cloud server or adding a new node group;
  • added the pigz utility to the worker node image, which speeds up container image unpacking due to multi-threaded layer processing. The containerd container runtime automatically starts using the pigz utility. No additional configuration is required.
January
  • updated the autoscaling process using Karpenter:

    • sped up the scaling process by creating multiple NodeClaims in parallel;
    • added UserData support in NodeClass;
    • added PriorityClassName to the Karpenter installation Helm chart.

2025

December
November
  • preemptible node groups are now available in the St. Petersburg, Moscow, and Novosibirsk regions;
  • added to the delete cluster form a field for specifying the reason for cluster deletion.