-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
3
-
False
-
-
False
-
NEW
-
NEW
-
-
Background
When implementing https://github.com/openshift/console/pull/13114 to remove unused code from the console codebase, it was discovered that the monitoring-plugin is still relying on the console's Redux actions and reducers (files frontend/public/actions/observe.ts and frontend/public/reducers/observe.ts).
Those actions and reducers were migrated to the plugin, but it seems that the console codebase version is being used.
This does not affect any functionality, but prevents us removing that code from the console codebase.
Outcomes
We should figure out why and fix it so that only the Redux code in the monitoring-plugin is used.