diff --git a/release_notes/known_issues_global.adoc b/release_notes/known_issues_global.adoc index 93baa577aa..0e0b19c3c0 100644 --- a/release_notes/known_issues_global.adoc +++ b/release_notes/known_issues_global.adoc @@ -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