-
Task
-
Resolution: Done
-
Critical
-
None
-
3
-
False
-
-
False
-
RHIDP-4074 - Operator user experience, configuration management, and upstream alignment
-
-
-
RHDH Core Team 3263
Currently we use create and get/patch requests for modifying operands.
The disadvantages of this method are:
- it requires additional workarounds/hacks for some cases (like annotations/labels updated by third party)
- it causes false call of patch and even throws false errors in a case when some fields is silently updated on server side with default values (ex: PVCs StorageClass), so we try to update it but they are immutable, as a result have false error.
- is depended on by
-
RHIDP-3622 Add PersistenceVolumeClaim to the objects managed by Operator as part of default-config
- Closed