Install Hybrid Manager on Red Hat OpenShift using EDB Postgres AI Operator v1.3.3
The December 2025 Innovation Release of EDB Postgres AI is available. For more information, see the release notes.
Install Operator dependencies
EDB Postgres AI Operator has an explicit dependency cert-manager operator for Red Hat OpenShift (RHOS), which manages all namespaces. It's installed automatically before EDB Postgres AI Platform Operator.
The operator for Red Hat also has implicit dependencies including:
- RHOS Service Mesh 2, which manages all namespaces
- Node Feature Discovery Operator, which manages the namespace
openshift-nfd - NVIDIA GPU Operator, which manages the namespace
nvidia-gpu-operator
If you've already installed these operators, you don't need to reinstall them.
Install the operator for RHOS
To install EDB Postgres AI Operator on RHOS, first ensure you've prepared the image pull secret for accessing the EDB Cloudsmith repository. Also verify that you have the necessary permissions to pull images from the repository
docker.enterprisedb.com/pgai-platform/edb-hcp-operator/manager.export DOCKER_SERVER="docker.enterprisedb.com" export DOCKER_USERNAME="pgai-platform" export DOCKER_PASSWORD="<your-docker-password>"
Create a new OC project for EDB Postgres AI Operator:
oc new-project edb-hcp-operator-system
- Set up the image pull secret to access the EDB Cloudsmith repository: