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 fields to support switch hub. #317

Conversation

xuezhaojun
Copy link
Member

@xuezhaojun xuezhaojun commented Jan 26, 2024

Summary

The API changes for open-cluster-management-io/enhancements#104

Related issue(s)

Fixes #

@openshift-ci openshift-ci bot requested review from deads2k and mdelder January 26, 2024 08:26
@xuezhaojun
Copy link
Member Author

/wip

@xuezhaojun xuezhaojun changed the title ✨ Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. ✨ Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. [WIP] Jan 26, 2024
@xuezhaojun xuezhaojun changed the title ✨ Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. [WIP] ✨ WIP Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. Jan 26, 2024
@xuezhaojun xuezhaojun changed the title ✨ WIP Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. WIP ✨ Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. Jan 26, 2024
@xuezhaojun xuezhaojun force-pushed the add-boostrapkubeconfigs branch from ccf5987 to 477807e Compare March 20, 2024 08:56
@xuezhaojun xuezhaojun force-pushed the add-boostrapkubeconfigs branch from 477807e to e315de7 Compare April 16, 2024 12:19
@xuezhaojun xuezhaojun changed the title WIP ✨ Add multiple bootstrapkubeconfigs of hubs for rebootstrapping. ✨ Add fields to support switch hub. Apr 16, 2024
@xuezhaojun
Copy link
Member Author

/assign @qiujian16

operator/v1/types_klusterlet.go Outdated Show resolved Hide resolved
operator/v1/types_klusterlet.go Outdated Show resolved Hide resolved
operator/v1/types_klusterlet.go Outdated Show resolved Hide resolved
operator/v1/types_klusterlet.go Outdated Show resolved Hide resolved
operator/v1/types_klusterlet.go Outdated Show resolved Hide resolved
@xuezhaojun xuezhaojun force-pushed the add-boostrapkubeconfigs branch from e315de7 to 90159c7 Compare April 17, 2024 01:53
@xuezhaojun xuezhaojun requested a review from qiujian16 April 17, 2024 01:53
@xuezhaojun xuezhaojun force-pushed the add-boostrapkubeconfigs branch from 90159c7 to a5ed787 Compare April 17, 2024 14:53
Signed-off-by: xuezhaojun <zxue@redhat.com>
@xuezhaojun xuezhaojun force-pushed the add-boostrapkubeconfigs branch from a5ed787 to 020352a Compare April 18, 2024 03:34
@xuezhaojun
Copy link
Member Author

The SkipFailedBootstrapKubeConfigSeconds removed, please take another look. Thanks! @qiujian16

@xuezhaojun xuezhaojun requested a review from qiujian16 April 18, 2024 03:34
@qiujian16
Copy link
Member

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm label Apr 18, 2024
Copy link
Contributor

openshift-ci bot commented Apr 18, 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 018915d into open-cluster-management-io:main Apr 18, 2024
10 checks passed
// SecretNames is a list of secret names. The secrets are in the same namespace where the agent controller runs.
// +required
// +kubebuilder:validation:minItems=2
SecretNames []string `json:"secretNames"`
Copy link
Member Author

Choose a reason for hiding this comment

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

Changet to a struct with one filed - name, in case in the future we want to add context in.

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.

2 participants