-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
3
-
False
-
-
False
-
No
-
---
-
---
-
MK - Sprint 228
WHAT
The observability operator creates secondary resources (services, routes, etc.) with Kafka specific names by default. Some of them can be overridden for new installations but there is currently no way to migrate existing installations to neutral names.
WHY
Because the OO is used by teams other than Kafka now.
HOW
Implement a migration strategy that removes the badly named resources and let the operator recreate them with neutral default names.
DONE
Include the following where applicable:
- Neutral default names on new installations
- Migreates to neutral names on update
Guidelines
The following steps should be adhered to:
- Required tests should be put in place - unit, integration, manual test cases (if necessary)
- CI and all relevant tests passing
- Changes have been verified by one additional reviewer against:
- each required environment
- each supported upgrade path
- If the changes could have an impact on the clients (either UI or CLI), a JIRA should be created for making the required changes on the client side and acknowledged by one of the client side team members. PR has been merged