-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Feature Description
When developing more complicated setup changes for the operator, you sometimes need to test it in more complex environments, such as a multi-shard setup.
If this involves adding or modifying existing CRD fields, the process becomes more complicated because you must build the operator image, extract the new CRDs, and apply them to the target cluster.
It would be ideal if the operator could self-bootstrap the CRDs it requires as part of an init container.
This would make testing changes much faster by removing an extra step from the development process.
Proposed Solution
Enable the operator to automatically create or update the required CRDs as part of its initialization (e.g., a dedicated init container). This automates the process and reduces manual intervention for changes to CRDs.
Alternative Solutions
No response
Want to contribute?
- I would like to work on this issue.
Additional Context
No response