apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
863 stars 344 forks source link

feat: explicit IntegrationPlatform installation #5783

Closed squakez closed 1 month ago

squakez commented 1 month ago

With this PR we make sure that the user provide a configuration for the IntegrationPlatform custom resource. This is required as the generation of the platform is making unstable the installation procedure (where the platform is provided beside the operator configuration). We also make sure to "educate" the user about the presence and the need of this custom resource that drives the behavior of the operator. Above all, we make sure the user to understand they require a container registry in order to properly use the operator.

Release Note

feat: explicit IntegrationPlatform installation
oscerd commented 1 month ago

This breaks the website @squakez https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/1674/console

squakez commented 1 month ago

Yeah, I'm on it already, thanks.