liujian
liujian
the log show: `check that the calico/node container is running and has mounted /var/lib/calico/.` check it by calico-node pod's log.
日志显示, kube-apiserver 容器启动失败。 用他说的这两个命令排查一下 Here is one example how you may list all running Kubernetes containers by using crictl: - 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep...
will suport in 4.x
/approve
/retest
support in kubekey 4.x. https://github.com/kubesphere/kubekey/blob/ccca0edd811c689d8ee9f43e61e2a79b639d9684/builtin/core/roles/install/kubernetes/templates/kubeadm/kubeadm-init.v1beta2#L88-L90 set the value in config.yaml this: ```yaml apiVersion: kubekey.kubesphere.io/v1 kind: Config spec: kubernetes: apiserver: certSANs: [] ```
1. 把haproxy的pod删掉 haproxy通过静态pod部署在worker节点。具体地址在/etc/kubernetes/manifests/haproxy.yaml 把这个文件移除此目录即可 2. 在/etc/hosts中配置lb.kubesphere.local的域名解析,指向master节点
别急,哥别急。正在想办法
离线安装参考:https://docs.kubesphere.com.cn/v4.2.0/03-installation-and-upgrade/02-install-kubesphere/02-offline-install-kubernetes-and-kubesphere/