-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Aerchery Kubernetes Helm Chart 维护 #1334
Conversation
AceAttorney
commented
Jan 14, 2022
- 更换 redis及mysql chart为bitnami仓库
- 按照Helm Chart规范移除 requirements.yaml,依赖及Chart基本信息,配置在Chart.yaml
- 更新部署文档
- 更新chart内yaml声明Kubernetes Api 接口为1.16后版本
- 优化archery启动时初始化相关配置,保证初始化成功
- 优化archery容器启动livenessProbe配置,解决因为健康检查失败重启容器的问题
- 更新到最新的startup.sh脚本。
Codecov Report
@@ Coverage Diff @@
## master #1334 +/- ##
=======================================
Coverage 75.66% 75.66%
=======================================
Files 81 81
Lines 12507 12507
=======================================
Hits 9463 9463
Misses 3044 3044 Continue to review full report at Codecov.
|
ingress 版本能帮忙升到 v1 吗? |
@LeoQuote 目前extensions/v1beta1 这个api 支持到1.21 1.21后会转为使用networking.k8s.io/v1 需要在这里做一个新老版本兼容? |
@LeoQuote 加了一个ingress的多版本兼容 Kubernetes 1.18上测试通过 ,没有1.22 的环境 如果有麻烦测试一下 |
忘记看了, 这个Q 应该会尝试, 我们集群是 1.22 的, 到时候有问题我再提 pr |
能给个1.9.1版本的helm部署脚本吗? |
k8s 1.9 太低了, archery 1.9 直接改镜像就行, 有问题还请提新issue |