Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm-charts安装遇到一些问题及使用上的建议 #1031

Open
louzhiqi1 opened this issue Mar 13, 2024 · 1 comment
Open

helm-charts安装遇到一些问题及使用上的建议 #1031

louzhiqi1 opened this issue Mar 13, 2024 · 1 comment

Comments

@louzhiqi1
Copy link

  1. bug: helm-charts内配置的 clsServer 信息未写入到 client 对应的 configmap
 /helm-charts/tca/templates/client/configmap-conf.yaml
+ URL={{ .Values.tca.commonConfig.clsServerUrl }}
BASE_PATH=
+ LICENSE={{ .Values.tca.commonConfig.clsServerLicense }}
  1. bug: tca-web 官方镜像内是空的,没有scripts文件夹
  2. bug: db-init-job 没有安装nCat,导致检测 MySQL 是否就绪一直不成功
  3. bug: helm首次安装数据库表 codedog_main.nodemgr_nodetoolprocessrelation 初始化好,和使用 docker-composer 部署体验不一致
  4. feature: client镜像如果安装了libxml,像PHP这种就可以共用了
  5. feature: 把harbor的imagePullSecrets做成可配置,如果重新构建了可以从通过配置拉取
  6. feature: 因为是用的k8s安装的,不同节点的功能不能完全区分,因为是共用了一个client镜像,建议官方能给个最佳实践之类的指引
@Lingghh
Copy link
Collaborator

Lingghh commented Mar 13, 2024

感谢反馈,我们看下~也欢迎PR哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants