-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Create a new cluster-scoped SonataFlowClusterPlatform CRD which is optionally used to specify a cluster-wide set of services. This is done by referencing a namespaced SonataFlowPlatform resource, thus leveraging its existing service deployment capabilities, and making it available to workflows in the entire cluster.
apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowClusterPlatform metadata: name: cluster-platform spec: platformRef: name: sonataflow-platform namespace: central-platform-ns status: conditions: - status: … type: Succeed
NOTES
- Enhance SonataFlowPlatform logic and CR status accordingly
- Start with enabling services cluster-wide via SonataFlowPlatform.spec.services. Support overrides at namespace level
- is cloned by
-
KOGITO-9973 [Operator] Add cluster-scope services to SonataFlow status
- Resolved
- is depended on by
-
FLPATH-920 When sonataflow resource and sonataflow platform CR are in different namespaces, additional sfp CR is created in sf's namespace
- Closed
-
FLPATH-771 Update helm chart to use sonataflow cluster-scope services
- Closed