ERROR CRI]: container runtime is not running:
来源:4-7 初始化Kubernetes Master

慕码人5271775
2024-11-15
[root@K8S-Maskter yum.repos.d]# kubeadm init --kubernetes-version=1.28.0 \
–apiserver-advertise-address=192.168.56.100
–image-repository registry.aliyuncs.com/google_containers
–service-cidr=10.1.0.0/16
–pod-network-cidr=10.244.0.0/16
[init] Using Kubernetes version: v1.28.0
[preflight] Running pre-flight checks
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR CRI]: container runtime is not running: output: time=“2024-11-15T08:31:40Z” level=fatal msg=“validate service connection: CRI v1 runtime API is not implemented for endpoint “unix:///var/run/containerd/containerd.sock”: rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService”
, error: exit status 1
[preflight] If you know what you are doing, you can make a check non-fatal with--ignore-preflight-errors=...
To see the stack trace of this error execute with --v=5 or higher
2回答
-
清风
2024-11-19
Kubernetes 版本换成1.19.3试试
022025-01-14 -
清风
2024-11-19
Kubernetes 版本换成1.19.3试试
00
相似问题