liujian
liujian
I had the same problem
This could be that you are using an incorrect containerd configuration (maybe from a Docker install). you can refer to: https://github.com/containerd/containerd/blob/main/docs/cri/crictl.md#download-and-inspect-a-container-image. tips. When there is no CRI on your server,...
v3.1.8中etcd证书暂时不支持添加多个ip地址。计划在v4.x中。针对每个节点新增额外的extra_ip来满足多网卡的场景。
没有之前的日志记录的话,很难知道是什么问题。 根据代码来推测的话,可能是这几个步骤中的某一个步骤出现了问题,然后没有正确卸载挂载的文件。 https://github.com/kubesphere/kubekey/blob/63d81438f50f88d9115aa677c7749a9d59e481f6/cmd/kk/pkg/bootstrap/os/module.go#L276-L340
In Kubekey v4, to enhance compatibility, all software versions and Kubernetes versions can be customized. Theoretically, it supports all Kubernetes versions. However, we have not yet tested it with every...
Of course, it would be great if you could take it on. We’re happy to contribute to the K3s community.
Oops, it automatically downloaded the `metadata.yaml` file from the [v4.0.0-alpha.5](https://github.com/kubesphere/kubekey/releases/tag/v4.0.0-alpha.5) release. It might be because v4.0.0-alpha.5 was accidentally set as the stable `release` earlier. It has now been changed to...
看日志报错是连不上etcd。检查一下etcd的日志
重新安装的时候,把残留目录清干净了么。用`kk delete cluster` 来清理看看
4.x will support defined custom ssh_private_key path.like config: `connector.ssh_private_key: /root/id_ed25519` https://github.com/kubesphere/kubekey/blob/ccca0edd811c689d8ee9f43e61e2a79b639d9684/pkg/connector/ssh_connector.go#L84-L88