此内容没有您所选择的语言版本。
Preface
As a system engineer, you can deploy a Red Hat Decision Manager environment on Red Hat OpenShift Container Platform to provide an infrastructure to develop or execute processes and other business assets. You can use OpenShift Operators to deploy the environment defined in a structured YAML file and to maintain and modify this environment as necessary.
This functionality is currently for Technology Preview only. For more information on Red Hat Technology Preview features, see Technology Preview Features Scope.
Prerequisites
- At least four gigabytes of memory are available in the OpenShift environment.
- The OpenShift Operator Framework is installed and started in the OpenShift environment.
- The OpenShift project for the deployment is created.
- You are logged in to the project using the OpenShift web console.
Dynamic persistent volume (PV) provisioning is enabled. Alternatively, if dynamic PV provisioning is not enabled, enough persistent volumes must be available. By default, the following sizes are required:
- By default, Business Central requires one 1Gi PV. You can change the PV size for Business Central persistent storage.
If you intend to scale any of the Business Central pods, your OpenShift environment supports persistent volumes with
ReadWriteMany
mode.ImportantReadWriteMany
mode is not supported on OpenShift Online and OpenShift Dedicated.