-
Notifications
You must be signed in to change notification settings - Fork 201
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
wangyu096
merged 24 commits into
TencentBlueKing:3.6.x
from
jsonwan:github_perf/k8s_startup
Dec 5, 2022
Merged
perf: 容器化-支持各微服务按顺序更新 #919 #1568
wangyu096
merged 24 commits into
TencentBlueKing:3.6.x
from
jsonwan:github_perf/k8s_startup
Dec 5, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
jsonwan
commented
Dec 2, 2022
•
edited
Loading
edited
- 依赖关系定义与解析,通过endpoint下的address状态与期望的Pod标签存在性判断服务是否准备好(所有pod均可读且具有指定的标签);
- 镜像打包、推送;
- 通用化、标准化。
依赖解析与等待逻辑实现
镜像应用于K8s负载
chart优化,探针信息查看
使用Service的EndPoint状态作为判断依据
使用Service的EndPoint状态作为判断依据
使用Service的EndPoint状态作为判断依据
支持debug日志查看
支持通过命令行指定参数
增加命令行参数默认值,未指定当前服务名称时异常退出
命令行参数命名标准化
增加资源要求与限制配置项,更新VALUES_LOG文档
完善测试用例与代码
完善values变更日志
支持服务下Pod的期望Label检测
支持服务下Pod的期望Label检测
支持服务下Pod的期望Label检测
wangyu096
requested changes
Dec 5, 2022
|
||
public class Consts { | ||
// k8s命名空间 | ||
public static String KEY_KUBERNETES_NAMESPACE = "KUBERNETES_NAMESPACE"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
常量的话,可以加上final
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已添加
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.