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

remove old known issue #7276

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions release_notes/known_issues_global.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ If you import a managed hub cluster in the hosted mode and detach this managed h

There is currently no workaround for this issue.

[#search-not-enabled]
== The {global-hub} Search is not enabled
//2.12:15075

If you installed your {mce-short} into a customized namespace, then you cannot enable the {global-hub} Search. In this case, the search operator fails to update the `console-mce-config` config map because the `globalSearchFeatureFlag=true` flag is added, preventing you from enabling the {global-hub} Search.

To workaround this issue, you must manually place the `console-mce-config` config map in the correct namespace by running the following command:

[source,bash]
----
oc patch configmap console-mce-config -n {{MCE_NAMESPACE}} -p '{"data": {"globalSearchFeatureFlag": "enabled"}}'
----

[#kafka-operator-keeps-restarting]
== Kafka operator keeps restarting

Expand Down