dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
419 stars 100 forks source link

用configMap代替各服务的本地配置文件 #112

Open chensj2018 opened 11 months ago

chensj2018 commented 11 months ago

当前服务的配置文件、启动脚本通过ssh拷贝到部署服务器上,存在如下问题: 1)添加节点必须提供ssh用户和密码; 2)代码中需要引入ssh工具包,增加的实现的复杂度; 代替方案:configMap和secret代替本地配置文件