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

✨ Add MultipleHubs in the feature gate list. #331

Conversation

xuezhaojun
Copy link
Member

@xuezhaojun xuezhaojun commented May 20, 2024

Summary

The MultipleHubs is in alpha stage, is used by both operator and registration-agent.

@openshift-ci openshift-ci bot requested review from mdelder and qiujian16 May 20, 2024 14:43
@xuezhaojun
Copy link
Member Author

/assign @qiujian16

@@ -74,6 +74,9 @@ const (

// ResourceCleanup will start gc controller to clean up resources in cluster ns after cluster is deleted.
ResourceCleanup featuregate.Feature = "ResourceCleanup"

// SwitchHub allows user to configure multiple bootstrapkubeconfig via Klusterlet and let agent to decide which one to use
SwitchHub featuregate.Feature = "SwitchHub"
Copy link
Member

Choose a reason for hiding this comment

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

MultipleHubs might be a better name. Thought @elgnay ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Agree, the MultipleHubs is better, fixed.

@xuezhaojun xuezhaojun force-pushed the add-switch-hub-in-feature-gate branch from f39df3e to 49cb79e Compare May 21, 2024 01:59
@xuezhaojun xuezhaojun changed the title ✨ Add SwitchHub in the feature gate list. ✨ Add MultipleHubs in the feature gate list. May 21, 2024
@@ -74,6 +74,9 @@ const (

// ResourceCleanup will start gc controller to clean up resources in cluster ns after cluster is deleted.
ResourceCleanup featuregate.Feature = "ResourceCleanup"

// MultipleHubs allows user to configure multiple bootstrapkubeconfig via Klusterlet and let agent to decide which one to use
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// MultipleHubs allows user to configure multiple bootstrapkubeconfig via Klusterlet and let agent to decide which one to use
// MultipleHubs allows user to configure multiple bootstrapkubeconfig connecting to different hubs via Klusterlet and let agent decide which one to use

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated.

Signed-off-by: xuezhaojun <zxue@redhat.com>
@xuezhaojun xuezhaojun force-pushed the add-switch-hub-in-feature-gate branch from 49cb79e to dceddca Compare May 21, 2024 02:37
@xuezhaojun xuezhaojun requested a review from qiujian16 May 21, 2024 02:56
@qiujian16
Copy link
Member

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm label May 21, 2024
Copy link
Contributor

openshift-ci bot commented May 21, 2024

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

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-merge-bot openshift-merge-bot bot merged commit 9d94703 into open-cluster-management-io:main May 21, 2024
10 checks passed
@xuezhaojun xuezhaojun deleted the add-switch-hub-in-feature-gate branch May 21, 2024 04:48
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.

None yet

2 participants