按照Kubernetes集群部署指南 - containerd | 文档 | openEuler社区 的教程一步步配置,到kubeadm启动时报错:
确认配置文件中地址是IPv4格式无误,并且成功加载,没有任何代理。(如果修改配置文件中报错的IP地址,这里的报错也会变)
在忽略这个错误启动后,会报错:
kubelet 是 active 状态,但 sudo crictl ps -a 无任何输出
按照Kubernetes集群部署指南 - containerd | 文档 | openEuler社区 的教程一步步配置,到kubeadm启动时报错:
确认配置文件中地址是IPv4格式无误,并且成功加载,没有任何代理。(如果修改配置文件中报错的IP地址,这里的报错也会变)
在忽略这个错误启动后,会报错:
kubelet 是 active 状态,但 sudo crictl ps -a 无任何输出
Why did it automatically translate to English…
I have the same error.
From a learning perspective, you can install the system in Chinese during installation, then connect to it using SSH client software like Xshell or MobaXterm. Some systems may display Chinese prompts, which can be helpful for learning.
Isn’t this an error? The address set in the system’s kubeadm init file has two square brackets added.
The text at the bottom of the image says “invalid ipv6 host”
This likely means you’ve entered the IPv6 address in the wrong format. If you’re using IPv6 format, you need to convert your IPv4 address to IPv6 format for it to be recognized. Please double-check your input.