tchughesiv commented on PR #345: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/345#issuecomment-1898622851
> * At the same time, changes to the active cluster platform CR will force a reconciliation to all platform CRs that reference it, although currently it won't force a reconciliation to the deployed services, rather create new ones (mentioned as a comment in the PR). > * When the active cluster platform is deleted, the platforms that consumed the active cluster platform remove their references in the status spec, but they won't remove the services generated. On the other hand, if the service spec is changed, that just changes the serviceURL field in the status but not the configmap properties of the services or the deployments Nothing about how service deployments are handled is being changed w/ this PR. This PR is all about allowing workflows to communicate with a defined set of "central" services. The `SonataFlowClusterPlatform` does not deploy, manage or modify anything pertaining to services or workflows... it's merely a reference object. This is by designs keeps things simple. The `SonataFlowPlatform` objects continue to be the single source of truth for deployed services. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
