Creating a single control-plane cluster with kubeadm v1.22
k8s1.20后使用runtime做为pod的运行
Last updated
Was this helpful?
k8s1.20后使用runtime做为pod的运行
Last updated
Was this helpful?
参考:
ubuntu 18.04,k8s 1.22, runtime
参考:
Make sure that the br_netfilter
module is loaded. This can be done by running lsmod | grep br_netfilter
.
参考:
This section contains the necessary steps to use containerd as CRI runtime.
Use the following commands to install Containerd on your system:
Install and configure prerequisites:
Install containerd:
Configure containerd:
Restart containerd:
Install the containerd.io
package from the official Docker repositories. Instructions for setting up the Docker repository for your respective Linux distribution and installing the containerd.io
package can be found at . (因为系统是ubuntu,所以点击ubuntu选项)
Both the container runtime and the kubelet have a property called , which is important for the management of cgroups on Linux machines.