Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC Using helm for kuadrant deployment #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ficap
Copy link

@ficap ficap commented May 21, 2024

I managed to force helm (using a small cheat) to create CRs of unknown type by providing dummy CRD (kuadrant).
Kuadrant objects gets created with all spec fields, OLM then tries to install "proper" CRD . This mechanism enables having operator and operands installation in a single chart. However Kuadrant object is not checked against any OpenAPI specification during its creation and the only mechanism that prevents mistakes in object's definition is refusal of application of new CRD via InstallPlan.

@eguzki eguzki mentioned this pull request May 21, 2024
5 tasks
@ficap
Copy link
Author

ficap commented May 22, 2024

Another downside to using dummy CRDs is that we might not be able to easily spot absence of CRDs from the OLM bundle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant