20110847 请问是什么配置到host集群呢,这是我的configMap文件:
[root@sz-pdop-test-01 ~]# kubectl describe cm ks-console-config -n kubesphere-system
Name: ks-console-config
Namespace: kubesphere-system
Labels: <none>
Annotations:
Data
local_config.yaml:
server:
http:
hostname: localhost
port: 8000
static:
production:
/public: server/public
/assets: dist/assets
/dist: dist
redis:
port: 6379
host: redis.kubesphere-system.svc
redisTimeout: 5000
sessionTimeout: 7200000
client:
version:
kubesphere: v3.0.0
kubernetes: v1.18.0
openpitrix: v0.3.5
enableKubeConfig: true
devops:
sonarqubeURL: http://172.21.134.130:30941/
Events: <none>
[root@sz-pdop-test-01 ~]#
sonarqube那个ip的确是master节点的ip,hostname是localhost,你的意思是你sonarqube装在master节点后就可以了吗,我本身就装在master节点依旧不行…