-
Notifications
You must be signed in to change notification settings - Fork 8
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
strategy 更新策略 怎么配置 #26
Comments
cc @zong-zhe Can you help provide more detailed examples or documentation in this repo? |
Hi @cx2c 😄 This is not currently supported in konfig, I will provide a PR later today to complete this part of the function and provide corresponding examples, if you are interested in this part, we can also complete this part of the work together, PR welcome 🎉. The location of the code that needs to be adjusted is here:
The hard code example: |
还有亲和性这一段 能给个例子么 spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- release-rest-server
topologyKey: kubernetes.io/hostname |
Hi @cx2c 😄 , this part of the content also needs to be extended, but it seems not a good solution to transfer the backend model to the frontend model all the time, because it will eventually cause the frontend to become messy, I will spend some time this weekend to try to find a suitable way to extend this part. And if you are in a hurry, you can also, refer to the PR I provided above, to extend it. If you have any suitable ways to expand that you can also communicate with us in this issue. |
有进展么~ |
cc @zong-zhe |
感谢~ |
The affinity example is in the PR #29 |
General Question
strategy 这一段,rollingUpdate 和 type, 用konfig怎么配置
The text was updated successfully, but these errors were encountered: