Katherine 操作系统信息 物理机:Centos8.3,2C/4G 问题 kubesphere v3.3.0 安装时卡在 Please wait for the installation to complete 2小时后报错:execute task timeout, Timeout=2h 日志截图:
frezes Katherine 可以通过如下命令,查看安装kubesphere 安装的日志,进一步排查问题 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
frezes Katherine 执行如下命令看下event,是不是节点规格太小?导致没有足够的资源调度pod 产生的pending? kubectl describe po -n kubesphere-system ks-installer-xxx-xxx