Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Both master node and worker node need to execute. The main content is to install docker, and configure the cgroup driver of docker as systemd, confirm the driver

2.1

...

Uninstall old docker

Execute command

Code Block
languagebash
themeDJango
linenumberstrue
yum -y remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine docker-ce docker-ce-cli 

Execute screenshot

img24png img26png

2.2

...

Install docker

Execute command

Code Block
languagebash
themeDJango
linenumberstrue
yum -y install docker-ce

...

Both master node and worker node need to execute. The main content is to install the 1.23.7 version of the component kubeadm kubectl kubelet

3.1

...

Check kubeadm kubectl kubelet

If it is  the version  inconsistent, you need to uninstall it through yum remove ${name}. 

...

The main content is to install docker, and configure the cgroup driver of docker as systemd, confirm the driver

2.1 uninstall old docker

Execute command




Code Block
languagebash
themeDJango
linenumberstrue
 yum -y remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine docker-ce docker-ce-cli 

2.2 install docker

Execute command

Code Block
languagebash
themeDJango
linenumberstrue
yum -y install docker-ce-20.10.11

...