1

I have a quick question related to "Kubespray".

Does "Kubespray" support CentOS 8?

I wanted to deploy "Kubespray" on "CentOS" and I came to know that the CentOS 8 has Kernel version 4.18 and If I can use "CentOS 8" for "Kubernetes" deployment, maybe I can get rid of the "c-group" issue which we are currently facing for all the CentOS distribution which has Kernal Version less than 4.18.

Thanks in Advance.

rolz
  • 591
  • 2
  • 11
  • 23

1 Answers1

1

According to the official documentation Kubesprawy provides support for CentOS/RHEL 7 only. The problem is that:

Installing Kubespray on a RHEL8 systems does not work since the default Python version is 3.6 and thus python3-libselinux should be installed instead of libselinux-python. Even that python2 is still available, the libselinux-python package is not.

I hope it helps.

Wytrzymały Wiktor
  • 11,492
  • 5
  • 29
  • 37