• DevOps
  • 安装安装 SonarQube 服务器

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

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

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

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

KubeSphere版本信息
v3.2.X

问题是什么

[root@k8s-master ~]# helm upgrade –install sonarqube sonarqube –repo https://charts.kubesphere.io/main -n kubesphere-devops-system –create-namespace –set service.type=NodePort

Release “sonarqube” does not exist. Installing it now.

Error: looks like “https://charts.kubesphere.io/main” is not a valid chart repository or cannot be reached: Get “https://charts.kubesphere.io/main/index.yaml”: dial tcp 172.67.153.33:443: connect: connection refused

7 个月 后

我也遇到了差不多的问题,不知道是不是因为我从helm2 迁移到helm3的问题,装不了

[root@k8s-node1 ~]# helm3 upgrade –install sonarqube sonarqube –repo https://charts.kubesphere.io/main -n kubesphere-devops-system –create-namespace –set service.type=NodePort

Release “sonarqube” does not exist. Installing it now.

Error: failed to download “https://charts.kubesphere.io/main/sonarqube-6.7.0.tgz” (hint: running `helm repo update` may help)

[root@k8s-node1 ~]#

    14 天 后

    Exception in thread “main” java.lang.StackOverflowError 各位大佬在进行代码质量分析的时候遇到这样的问题,求解