image/svg+xml
CYBERTEC-PG-Operator
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage Support

Install CPO

Prerequisites

For the installation you either need our CPO tutorial repository or you install CPO directly from our registry. Exception: Installation via Operatorhub (Openshift only)

CPO-Tutorial-Repository

To get started, you can fork our tutorial repository on Github and then download it. CYBERTEC-operator-tutorials

GITHUB_USER='[YOUR_USERNAME]'
git clone https://github.com/$GITHUB_USER/CYBERTEC-operator-tutorials.git
cd CYBERTEC-operator-tutorials

Helm-Registry

helm repo add cpo https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials

Create Namespace

# kubectl
kubectl create namespace cpo

# oc
oc create namespace cpo

Install CPO

There are several ways to install CPO:

Helm

You can check and change the value.yaml of the helm diagram under the path helm/operator/values.yaml By default, the operator is defined so that it is configured via crd-configuration. If you wish, you can change this to configmap. There are also some other default settings.

helm install -n cpo cpo helm/operator/.

The installation uses a standard configuration. On the following page you will find more information on how to configure cpo and thus adapt it to your requirements.

Apply

The installation uses a standard configuration. On the following page you will find more information on how to configure cpo and thus adapt it to your requirements.

Operatorhub

The installation uses a standard configuration. On the following page you will find more information on how to configure cpo and thus adapt it to your requirements.