mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[zalando-postgres-cluster] improve docs (#1498)
This commit is contained in:
parent
515e0aea0f
commit
f5a6c52ccc
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 3.2.0
|
version: 3.2.1
|
||||||
description: Creates a postgres cluster using the Zalando Postgres operator and local storage
|
description: Creates a postgres cluster using the Zalando Postgres operator and local storage
|
||||||
name: zalando-postgres-cluster
|
name: zalando-postgres-cluster
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
@ -21,4 +21,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: documented that operator has to be installed before this chart.
|
||||||
|
@ -68,6 +68,10 @@ helm install zalando-postgres-cluster k8s-at-home/zalando-postgres-cluster -f va
|
|||||||
This chart is a wrapper for the [Zalando postgres operator](https://github.com/zalando/postgres-operator) to create
|
This chart is a wrapper for the [Zalando postgres operator](https://github.com/zalando/postgres-operator) to create
|
||||||
a high available Postgres cluster using nodes local storage.
|
a high available Postgres cluster using nodes local storage.
|
||||||
|
|
||||||
|
**IMPORTANT:** You have to install the [Zalando postgres operator](https://github.com/zalando/postgres-operator) before you you
|
||||||
|
install this chart. This chart does not do it as you typically will deploy multiple instances of it (on per postgres cluster)
|
||||||
|
while the operator is installed only once.
|
||||||
|
|
||||||
Features added by this wrapper:
|
Features added by this wrapper:
|
||||||
- creates an storage class using local storage in the nodes specified in `persistentVolumes.replicaNodes`. These replicas survive
|
- creates an storage class using local storage in the nodes specified in `persistentVolumes.replicaNodes`. These replicas survive
|
||||||
a tear-down and tear-up of the cluster.
|
a tear-down and tear-up of the cluster.
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
This chart is a wrapper for the [Zalando postgres operator](https://github.com/zalando/postgres-operator) to create
|
This chart is a wrapper for the [Zalando postgres operator](https://github.com/zalando/postgres-operator) to create
|
||||||
a high available Postgres cluster using nodes local storage.
|
a high available Postgres cluster using nodes local storage.
|
||||||
|
|
||||||
|
**IMPORTANT:** You have to install the [Zalando postgres operator](https://github.com/zalando/postgres-operator) before you you
|
||||||
|
install this chart. This chart does not do it as you typically will deploy multiple instances of it (on per postgres cluster)
|
||||||
|
while the operator is installed only once.
|
||||||
|
|
||||||
Features added by this wrapper:
|
Features added by this wrapper:
|
||||||
- creates an storage class using local storage in the nodes specified in `persistentVolumes.replicaNodes`. These replicas survive
|
- creates an storage class using local storage in the nodes specified in `persistentVolumes.replicaNodes`. These replicas survive
|
||||||
a tear-down and tear-up of the cluster.
|
a tear-down and tear-up of the cluster.
|
||||||
|
Loading…
Reference in New Issue
Block a user