Adjust the wording
This commit is contained in:
parent
dab6c01cc7
commit
df40cd831d
|
|
@ -247,7 +247,7 @@ Note that timezone required for `timestamp` (offset relative to UTC, see RFC
|
||||||
|
|
||||||
PostgreSQL operator supports statefulset volume resize if you're using the
|
PostgreSQL operator supports statefulset volume resize if you're using the
|
||||||
operator on top of AWS. For that you need to change the size field of the
|
operator on top of AWS. For that you need to change the size field of the
|
||||||
volume description in the cluster manifest and apply it:
|
volume description in the cluster manifest and apply the change:
|
||||||
|
|
||||||
```
|
```
|
||||||
apiVersion: "acid.zalan.do/v1"
|
apiVersion: "acid.zalan.do/v1"
|
||||||
|
|
@ -265,7 +265,7 @@ acts on differences.
|
||||||
|
|
||||||
You can only enlarge the volume with the process described above, shrinking is
|
You can only enlarge the volume with the process described above, shrinking is
|
||||||
not supported and will emit a warning. After this update all the new volumes in
|
not supported and will emit a warning. After this update all the new volumes in
|
||||||
a statefulset are allocated according to the new size. To enlarge persistent
|
the statefulset are allocated according to the new size. To enlarge persistent
|
||||||
volumes attached to the running pods, the operator performs the following
|
volumes attached to the running pods, the operator performs the following
|
||||||
actions:
|
actions:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue