hongming hadoop835 可以逐级查看配置的描述 https://github.com/kubesphere/kubesphere/blob/master/pkg/server/config/config.go#L160-L180 https://github.com/kubesphere/kubesphere/blob/3fada47623ad2a3004996535dfbd6834a9cdb125/pkg/simple/client/k8s/options.go#L9-L26 https://github.com/kubesphere/kubesphere/blob/3fada47623ad2a3004996535dfbd6834a9cdb125/pkg/simple/client/prometheus/options.go#L35-L42
Jeff hadoop835 KubeSphere是一个包含很多组件的项目,不建议你从头编译所有组件,开发调试可以从一个完整的KubeSphere环境调试起,编译其中的一个组件并替换,使用诸如telepresence的工具进行调试
hongming sql init 脚本在这里 https://github.com/kubesphere/kubesphere/tree/90961a24dfe7ffe0de2711035e1c74689c47315c/pkg/db/schema/devops 3.0 中不再依赖mysql 做数据存储了