cri
-
kubeadm+docker(cri-dockerd)方式部署k8s单master集群 (v1.24.3)
1、环境配置 关闭防火墙systemctl stop firewalld && systemctl disable firewalld 关闭selinuxseten…
-
containerd部署
1.下载 Github https://github.com/containerd/containerd/releases/download/v1.6.6/cri-containe…
-
使用 cri-o 代替 docker runtime运行时
cri-o 实现了 kubernetes 的 Container Runtime Interface (CRI) 接口,提供容器运行时核心功能,如镜像管理、容器管理等,相比 doc…