Skip to content

feature: Include CRDs into operator #100

@mjudeikis

Description

@mjudeikis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions