@@ -34,8 +34,8 @@ Postgres cluster. This can work in two ways: via a ConfigMap or a custom
3434The Postgres Operator can be deployed in the following ways:
3535
3636* Manual deployment
37+ * Kustomization
3738* Helm chart
38- * Operator Lifecycle Manager (OLM)
3939
4040### Manual deployment setup
4141
@@ -91,20 +91,6 @@ The chart works with both Helm 2 and Helm 3. The `crd-install` hook from v2 will
9191be skipped with warning when using v3. Documentation for installing applications
9292with Helm 2 can be found in the [ v2 docs] ( https://v2.helm.sh/docs/ ) .
9393
94- ### Operator Lifecycle Manager (OLM)
95-
96- The [ Operator Lifecycle Manager (OLM)] ( https://github.com/operator-framework/operator-lifecycle-manager )
97- has been designed to facilitate management of K8s operators. It has to be
98- installed in your K8s environment. When OLM is set up simply download and deploy
99- the Postgres Operator with the following command:
100-
101- ``` bash
102- kubectl create -f https://operatorhub.io/install/postgres-operator.yaml
103- ```
104-
105- This installs the operator in the ` operators ` namespace. More information can be
106- found on [ operatorhub.io] ( https://operatorhub.io/operator/postgres-operator ) .
107-
10894## Check if Postgres Operator is running
10995
11096Starting the operator may take a few seconds. Check if the operator pod is
@@ -142,6 +128,9 @@ To deploy the UI simply apply all its manifests files or use the UI helm chart:
142128# manual deployment
143129kubectl apply -f ui/manifests/
144130
131+ # or kustomization
132+ kubectl apply -k github.com/zalando/postgres-operator/ui/manifests
133+
145134# or helm chart
146135helm install postgres-operator-ui ./charts/postgres-operator-ui
147136```
0 commit comments