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

perf: 容器化-支持各微服务按顺序更新 #919 #1568

Merged
merged 24 commits into from
Dec 5, 2022

Conversation

jsonwan
Copy link
Collaborator

@jsonwan jsonwan commented Dec 2, 2022

  1. 依赖关系定义与解析,通过endpoint下的address状态与期望的Pod标签存在性判断服务是否准备好(所有pod均可读且具有指定的标签);
  2. 镜像打包、推送;
  3. 通用化、标准化。

使用Service的EndPoint状态作为判断依据
使用Service的EndPoint状态作为判断依据
使用Service的EndPoint状态作为判断依据
增加命令行参数默认值,未指定当前服务名称时异常退出
增加资源要求与限制配置项,更新VALUES_LOG文档

public class Consts {
// k8s命名空间
public static String KEY_KUBERNETES_NAMESPACE = "KUBERNETES_NAMESPACE";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

常量的话,可以加上final

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已添加

@wangyu096 wangyu096 merged commit 53aef61 into TencentBlueKing:3.6.x Dec 5, 2022
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

Successfully merging this pull request may close these issues.

2 participants