This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Feature: support batch deployment strategy #22
Merged
Merged
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
7 tasks
Charlie17Li
force-pushed
the
feat/batchDeploy
branch
from
August 19, 2023 06:58
06d8243
to
cd0810d
Compare
Charlie17Li
force-pushed
the
feat/batchDeploy
branch
3 times, most recently
from
August 23, 2023 15:16
3815ec6
to
fc99f8e
Compare
gold300jin
reviewed
Aug 28, 2023
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
gold300jin
reviewed
Aug 28, 2023
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
Charlie17Li
force-pushed
the
feat/batchDeploy
branch
from
September 16, 2023 07:42
491c7e7
to
ec429e5
Compare
gold300jin
reviewed
Sep 20, 2023
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
module-controller/internal/constants/label/well_known_labels.go
Outdated
Show resolved
Hide resolved
module-controller/internal/controller/moduledeployment_controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: charlie <[email protected]>
Signed-off-by: charlie <[email protected]>
Signed-off-by: charlie <[email protected]>
Signed-off-by: charlie <[email protected]>
Signed-off-by: charlie <[email protected]>
Signed-off-by: charlie <[email protected]>
Charlie17Li
force-pushed
the
feat/batchDeploy
branch
from
September 20, 2023 09:04
f660274
to
41b765b
Compare
gold300jin
approved these changes
Sep 25, 2023
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
支持自定义分组发布策略
测试结果如下所示,将一个 3 副本的
module deployment
并分三组部署到 pod 上,并在 Status 可以看到每一个批次的状态信息发生版本变更时
ref: #21