Skip to main content

Release notes in Managed Kubernetes

Last update:

2026

April
  • updated the list of supported Kubernetes versions;

  • updated the format for storing containerd configuration on worker nodes - now the configuration is stored in the /etc/containerd/certs.d/docker.io/ directory in the hosts.toml file . This allows you to add directories for your own registries and configure them separately, for example you can specify CA-certificate for self-signed TLS or disable certificate validation. For more information on customizing containerd registries via the hosts.toml file, see the containerd documentation on the GitHub site.

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

March
  • added mks service events related to integration with Container Registry to audit logs;
  • updated Karpenter provider - now Karpenter correctly calculates the amount of memory available after booting the operating system and selects flavors with enough resources to run pods;
  • added cni_type parameter to selectel_mks_cluster_v1 resource - now network plugin type (CNI) can be selected when creating a cluster via Terraform.
February
  • added mks service events to the audit logs;
  • removed the limitation on network cards in clusters on dedicated servers - now you can use network cards with connection speeds of 10 Gbps and 25 Gbps;
  • added support for ephemeralStorage when autoscaling with Cluster Autoscaler and Karpenter;
  • added the ability to view in the control panel the user data you specified when creating a cluster on a cloud server or adding a new node group;
  • have added the pigz utility to the working node image, which speeds up the unpacking of container images through multi-threaded layer processing. The containerd runtime environment automatically starts using the pigz utility . You do not need to enable or configure anything else.
January
  • updated the autoscaling process with Karpenter:

    • accelerated the scaling process through parallel creation of multiple NodeClaims;
    • added UserData support to NodeClass;
    • added PriorityClassName to the Helm chart on Karpenter installation.

2025

December
November