-
Notifications
You must be signed in to change notification settings - Fork 577
OPRUN-3401: Promote NewOLM to Default FeatureSet #2099
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -13,6 +13,8 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||||||
| // +kubebuilder:object:root=true | ||||||||
| // +kubebuilder:resource:path=olms,scope=Cluster | ||||||||
| // +kubebuilder:subresource:status | ||||||||
| // +kubebuilder:metadata:annotations=include.release.openshift.io/ibm-cloud-managed=false | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets try adding the partner annotation and see if that brings the generation back
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. // +kubebuilder:metadata:annotations=include.release.openshift.io/self-managed-high-availability=true |
||||||||
| // +kubebuilder:metadata:annotations=include.release.openshift.io/self-managed-high-availability=true | ||||||||
| // +openshift:api-approved.openshift.io=https://github.com/openshift/api/pull/1504 | ||||||||
| // +openshift:file-pattern=cvoRunLevel=0000_10,operatorName=operator-lifecycle-manager,operatorOrdering=01 | ||||||||
| // +openshift:enable:FeatureGate=NewOLM | ||||||||
|
|
||||||||
This file was deleted.
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.
@joelanford I do not see
SelfManagedin other feature gates. I am not sure why we need it here.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.
This is supposed to make sure that we are only present in SelfManaged clusters. See https://github.com/openshift/api?tab=readme-ov-file#adding-new-techpreview-featuregate-to-all-only-hypershift, which is the closest example for what we're trying to do.
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.
I guess the definition is here: https://github.com/openshift/api/blob/master/features/util.go#L34-L38