Installing Btrfs, libseccomp-devel, Git, and Make
- Install Btrfs, libseccomp-devel, Git, and Make on the management and compute nodes.
- Before the installation, ensure that Adding a Yum Source has been completed.
Procedure
- Install Btrfs.
yum install btrfs-progs-devel -y
- Install libseccomp-devel.
yum install libseccomp-devel -y
When performing this step on CentOS 8.1, delete Yum source everything configured in Configuring the Compilation Environment.
cd /etc/yum.repos.d vi CentOS-Base.repo // Delete everything. yum clean all yum makecache
- Install the Make tool.
yum install make -y
- Install Git.
yum install git -y
Parent topic: Deploying the Kubernetes Cluster