kubeadm init 失败:找不到 Kubernetes v1.27.1 官方支持的 etcd 版本

问题描述 投票:0回答:0

我正在通过 kubeadm 安装 K8s,我执行这个命令:

kubeadm init --cri-socket=unix:///var/run/cri-dockerd.sock
但是出现了一些错误:

[init] Using Kubernetes version: v1.27.1
[preflight] Running pre-flight checks
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
W0428 18:39:49.168163   12266 images.go:80] could not find officially supported version of etcd for Kubernetes v1.27.1, falling back to the nearest etcd version (3.5.7-0)

如何解决?

我要kube init成功

kubernetes kubeadm
© www.soinside.com 2019 - 2024. All rights reserved.