Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.29 KB

Supported_platforms.md

File metadata and controls

29 lines (21 loc) · 1.29 KB

Supported platforms

Platform support (cluster installation)

Functionality: Distribution: Version:
kubeadm/RKE2 Debian 11+
kubeadm/RKE2 Ubuntu 22.04+
kubeadm/RKE2 Ubuntu Server 22.04+
kubeadm Red Hat Enterprise Linux 8*
kubeadm Red Hat Enterprise Linux 9+
kubeadm/RKE2 SUSE Enterprise Linux SLES 15.4+*
kubeadm/RKE2 openSUSE openSUSE 15.4+*

What prevents CMT from being support on other Distributions / Older versions

In most cases it's simply because it hasn't been tested on those distributions or versions. But for enterprise distros it's usually because the depencies are either missing or too old.

CMT is written in Python3 and requires version 3.9 or newer. This rules out installer & tool support for Debian 10 (Python 3.7).

On openSUSE/SLES 15 and RHEL 8 you should be able to install python39 and python39-pip or newer to get a recent version of Python3.

Limitations

  • CRI-O is currently not support as CRI on Red Hat-based distros.
  • Upgrading is not supported on SUSE-based distros.