ArronYR

    • 2024年2月20日
    • 注册于 2023年11月28日
    • 0 次助人
    • 0 👍
    • 创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
      确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
      你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

      操作系统信息
      例如:阿里云Linux3,8C/32G

      Kubernetes版本信息
      Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1", GitCommit:"632ed300f2c34f6d6d15ca4cef3d3c7073412212", GitTreeState:"clean", BuildDate:"2021-08-19T15:45:37Z", GoVersion:"go1.16.7", Compiler:"gc", Platform:"linux/amd64"}

      Server Version: version.Info{Major:"1", Minor:"28+", GitVersion:"v1.28.3-aliyun.1", GitCommit:"7b6ea506b6deb03bac7aaeb10f6ee0a99004b147", GitTreeState:"clean", BuildDate:"2023-10-19T07:10:40Z", GoVersion:"go1.20.10", Compiler:"gc", Platform:"linux/amd64"}

      容器运行时
      containerd

      KubeSphere版本信息
      版本:v3.4.1。在阿里云ACK K8s上安装,按照文档使用下载yaml apply进行安装。

      问题是什么

      在项目中点击灰度发布的任务提示:kiali url is not defined

      • 之前已经有的项目,怎么可以关联到后面创建的项目空间去呢?

      • 在执行脚本卸载过程中,总是卡在某些地方,需要ctr+c又继续下一步

      • 创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
        确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
        你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

        操作系统信息
        例如:虚拟机/物理机,Centos7.5/Ubuntu18.04,4C/8G

        Kubernetes版本信息
        kubectl version 命令执行结果贴在下方

        容器运行时
        docker version / crictl version / nerdctl version 结果贴在下方

        KubeSphere版本信息
        v3.4.1

        在阿里云ACK K8s上安装,使用install.yml安装后不行,于是使用脚本卸载准备重新安装。但是执行卸载脚本,重新安装步骤安装时出现一下错误。

        问题是什么

        TASK [ks-core/ks-core : KubeSphere | Creating ks-core] *************************
        fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/helm upgrade --install ks-core /kubesphere/kubesphere/ks-core/ -f /kubesphere/kubesphere/ks-core/custom-values-ks-core.yaml --namespace kubesphere-system\n", "delta": "0:00:02.515544", "end": "2024-01-15 21:03:46.214699", "msg": "non-zero return code", "rc": 1, "start": "2024-01-15 21:03:43.699155", "stderr": "Error: serviceaccounts \"kubesphere-router-serviceaccount\" is forbidden: unable to create new content in namespace kubesphere-controls-system because it is being terminated", "stderr_lines": ["Error: serviceaccounts \"kubesphere-router-serviceaccount\" is forbidden: unable to create new content in namespace kubesphere-controls-system because it is being terminated"], "stdout": "Release \"ks-core\" does not exist. Installing it now.", "stdout_lines": ["Release \"ks-core\" does not exist. Installing it now."]}
        
        PLAY RECAP *********************************************************************
        localhost                  : ok=21   changed=14   unreachable=0    failed=1    skipped=8    rescued=0    ignored=0   

      • 我是在阿里云上两个区域创建了ACK集群,然后通过代理方式导入另一个时,卡在了等待集群加入…

        -proxy-server 设置的地址也能正常连接