@@ -34,8 +34,8 @@ Postgres cluster. This can work in two ways: via a ConfigMap or a custom
34
34
The Postgres Operator can be deployed in the following ways:
35
35
36
36
* Manual deployment
37
+ * Kustomization
37
38
* Helm chart
38
- * Operator Lifecycle Manager (OLM)
39
39
40
40
### Manual deployment setup
41
41
@@ -91,20 +91,6 @@ The chart works with both Helm 2 and Helm 3. The `crd-install` hook from v2 will
91
91
be skipped with warning when using v3. Documentation for installing applications
92
92
with Helm 2 can be found in the [ v2 docs] ( https://v2.helm.sh/docs/ ) .
93
93
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
-
108
94
## Check if Postgres Operator is running
109
95
110
96
Starting 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:
142
128
# manual deployment
143
129
kubectl apply -f ui/manifests/
144
130
131
+ # or kustomization
132
+ kubectl apply -k github.com/zalando/postgres-operator/ui/manifests
133
+
145
134
# or helm chart
146
135
helm install postgres-operator-ui ./charts/postgres-operator-ui
147
136
```
0 commit comments