Skip to content

ManifestWorkReplicaSet Rollout Plugin - #160

Merged
openshift-merge-bot[bot] merged 1 commit into
open-cluster-management-io:mainfrom
youngbupark:add-plugin
Dec 3, 2025
Merged

ManifestWorkReplicaSet Rollout Plugin#160
openshift-merge-bot[bot] merged 1 commit into
open-cluster-management-io:mainfrom
youngbupark:add-plugin

Conversation

@youngbupark

Copy link
Copy Markdown
Contributor
  • This is the initial draft for supporting rollout plugin in ManifestWorkReplicaSet Work Controller
  • Note: rollback will be added when we propose MWRS automatic rollback enhancement.

The following service defines the contract between Work Controller and the plugin. Each call must be idempotent, stateless, and time-bounded (≤30 s) to ensure consistent controller reconciliation. Plugin server must implement the following APIs. The helpers to implement server and clients will be implemented in [ocm/sdk-go](https://github.com/open-cluster-management-io/sdk-go) repository.

```proto
// RolloutPluginService is the service for the rollout plugin.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Here is the initial commit of gRPC server proto - open-cluster-management-io/sdk-go#154

Note: The implementation can change as we develop.

Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
@youngbupark youngbupark changed the title KEP: ManifestWorkReplicaSet Rollout Plugin ManifestWorkReplicaSet Rollout Plugin Oct 28, 2025
@youngbupark
youngbupark marked this pull request as ready for review October 29, 2025 02:00
@openshift-ci
openshift-ci Bot requested review from deads2k and qiujian16 October 29, 2025 02:00
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
# optional. secretRef is the reference for ca
secretRef:
name: my-rollout-ca
namespace: default

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

namespace might not be needed. The secret has to be put in the open-cluster-management-hub ns.

Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
Comment thread enhancements/sig-architecture/227-manifestworkreplicaset-rollout-plugin/README.md Outdated
@youngbupark
youngbupark force-pushed the add-plugin branch 3 times, most recently from 95aca1a to 7edf2ba Compare December 2, 2025 03:44
- "@qiujian16"
- "@haoqing0110"
approvers:
- "@qiujian16"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@qiujian16 @haoqing0110 I have added your names here.

@haoqing0110

Copy link
Copy Markdown
Member

@youngbupark Thanks for the contribution! The proposal looks good to me.

Just one minor nit: I noticed a few 'TBD' and 'WIP' markers left in the text. You might want to clean those up.

@qiujian16

Copy link
Copy Markdown
Member

/approve

@openshift-ci

openshift-ci Bot commented Dec 3, 2025

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiujian16, youngbupark

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved label Dec 3, 2025
Signed-off-by: Young Bu Park <youngbu.park@salesforce.com>
@qiujian16

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Dec 3, 2025
@openshift-merge-bot
openshift-merge-bot Bot merged commit a14f0f3 into open-cluster-management-io:main Dec 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants