OKD-320:Migrate to OKD featureset for OKD clusters#462
OKD-320:Migrate to OKD featureset for OKD clusters#462openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
2830e45 to
2c6401d
Compare
|
@Prashanth684: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@Prashanth684: This pull request references OKD-320 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| // Only migrate if the current featureset is Default (empty string or explicit "Default") | ||
| // The installer creates FeatureGate with OKD featureset for new installations. | ||
| // This controller migrates existing clusters upgraded to OKD. | ||
| if featureGates.Spec.FeatureSet != "" && featureGates.Spec.FeatureSet != configv1.Default { |
There was a problem hiding this comment.
If it is already OKD, you can also exit early here
There was a problem hiding this comment.
this would already do that. It exits if the featureset is anything other than Default.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, Prashanth684 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified by @jatinsu |
|
@Prashanth684: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
In lieu of openshift/cluster-version-operator#1287 similar to #324