Helm
Installation by Helm
cf-service-operator relies on four custom resource types, the according definitions can be found
here.
These definitions must be deployed before the operator can be started, otherwise it will fail.
The core of the cf-service-operator installation is the executable built from this repository
(Docker image ghcr.io/sap/cf-service-operator
).
It implements both the controller logic and validating/mutating webhooks for the above custom resource types.
A valid deployment consists of:
Note that it is highly recommended to always activate the webhooks, as they are not only validating, but also adding default values to our custom resource objects. Running without this mutating functionality might lead to unexpected behavior.
The following deployment methods are available (recommended is Helm).
Installation by Helm