Open q11w2212 opened 1 year ago
Translation: 3.2.0 does not support linux/armd64. Support starts from 3.3.0. If you encounter an OOM (Out of Memory) error, please try allocating more resources to the pod.
Currently according to https://www.kubesphere.io/forum/d/7853-armkubesphere-v330-ks-console/7 The content of the article is solved, thanks to qczrzl's zl862520682/ks-console:v3.2.1
Translation: 3.2.0 does not support linux/armd64. Support starts from 3.3.0. If you encounter an OOM (Out of Memory) error, please try allocating more resources to the pod.
Thanks, I will try the new version again
What is version of KubeKey has the issue?
v3.0.7-dirty
What is your os environment?
CentOS-7-aarch64-Minimal-2009
KubeKey config file
A clear and concise description of what happend.
kubectl get po -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system calico-kube-controllers-676c86494f-r7jkm 1/1 Running 0 12h kube-system calico-node-j72tx 1/1 Running 0 12h kube-system calico-node-mknq7 1/1 Running 0 12h kube-system calico-node-x62bk 1/1 Running 0 12h kube-system calico-node-xtz2m 1/1 Running 0 12h kube-system coredns-757cd945b-l2c57 1/1 Running 0 12h kube-system coredns-757cd945b-ldkvm 1/1 Running 0 12h kube-system kube-apiserver-node1 1/1 Running 0 12h kube-system kube-controller-manager-node1 1/1 Running 0 12h kube-system kube-proxy-48rn6 1/1 Running 0 12h kube-system kube-proxy-bnqhp 1/1 Running 0 12h kube-system kube-proxy-jh2wf 1/1 Running 0 12h kube-system kube-proxy-qqlz4 1/1 Running 0 12h kube-system kube-scheduler-node1 1/1 Running 0 12h kube-system nodelocaldns-9n86l 1/1 Running 0 12h kube-system nodelocaldns-dmfwq 1/1 Running 0 12h kube-system nodelocaldns-hnjqb 1/1 Running 0 12h kube-system nodelocaldns-qmfmb 1/1 Running 0 12h kube-system openebs-localpv-provisioner-7974b86588-2htt2 1/1 Running 0 12h kubesphere-system ks-installer-7b5566b777-vg9f2 0/1 CrashLoopBackOff 154 (4m40s ago) 12h
[root@node1 kubekey]# /usr/local/bin/kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f standard_init_linux.go:228: exec user process caused: exec format error
之前有尝试安装kubesphere 3.3.2版,但比当前版本(kubesphere 3.2.0)多一个容器(kube-controller)无法启动,kube-controller报的是OOM错误
Relevant log output
No response
Additional information
No response