We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
版本:1.0.1 部署方式: docker-compose
解决方案:
可以将 k8sconfig也挂载出来, 添加如下
- "./conf/k8sconfig:/atomci/conf/k8sconfig"
修改的后端服务 atomci docker-compose 配置如下:
atomci: image: colynn/atomci:1.0.0 container_name: "atomci" depends_on: - mysql networks: - node-network ports: - "8080:8080" environment: - ENV=prod volumes: - "./conf/app.conf:/atomci/conf/app.conf" - "./conf/rbac_policy.csv:/atomci/conf/rbac_policy.csv" - "./conf/k8sconfig:/atomci/conf/k8sconfig" - "/etc/localtime:/etc/localtime" - "/usr/share/zoneinfo/Asia/Shanghai:/usr/share/zoneinfo/Asia/Shanghai"
The text was updated successfully, but these errors were encountered:
1.0.2 版本 已修复
Sorry, something went wrong.
No branches or pull requests
版本:1.0.1
部署方式: docker-compose
解决方案:
可以将 k8sconfig也挂载出来, 添加如下
- "./conf/k8sconfig:/atomci/conf/k8sconfig"
修改的后端服务 atomci docker-compose 配置如下:
The text was updated successfully, but these errors were encountered: