• 安装部署
  • ks-installer日志dial tcp 10.96.0.1:443: i/o timeout

kevendeng
使用journalctl -u kubelet 也没报什么错误,内存扩大了,之前有安装过,好像也成功的

describe查看详细

logs日志有一些错误

    18060746374
    你之前的内存是多少呢?
    现在重新触发一次安装吧:

    kubectl rollout restart deploy ks-installer -n kubesphere-system

      kevendeng 是的,现在安装是有pod,现在出现另外一个问题

      ks-account-596657f8c6-bcgf4一直是init,看了log,提示Error from server (BadRequest): container “ks-account” in pod “ks-account-596657f8c6-bcgf4” is waiting to start: PodInitializing
      describe:

      ks-apigateway-78bcdc8ffc-ss9bd 状态是: CrashLoopBackOff
      日志报错,好像是redis, unable to reach redis hostdial tcp: i/o timeout

      describe:Ready是false

      • Jeff 回复了此帖

        如果集群中没有默认StorageClass,则redis无法挂载PVC存储,不能启动,其他组件就不能连通redis了。

          kevendeng 第二天重新启动就好了
          但是有出现安装devops一直卡着,
          使用kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath=‘{.items[0].metadata.name}’) -f名称查看错误
          “Error: timed out waiting for the condition”

            18060746374
            不同问题最好是在不同的帖子下讨论,我在你新发布的帖子下回复吧。