You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/operator_parameters.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ configuration they are grouped under the `kubernetes` key.
431
431
environment if they not if conflict with the environment variables generated
432
432
by the operator. The WAL location (bucket path) can be overridden, though.
433
433
The default is empty.
434
-
434
+
435
435
***pod_environment_secret**
436
436
similar to pod_environment_configmap but referencing a secret with custom
437
437
environment variables. Because the secret is not allowed to exist in a
@@ -459,6 +459,15 @@ configuration they are grouped under the `kubernetes` key.
459
459
non-root process, but requires a custom Spilo image. Note the FSGroup of a Pod
460
460
cannot be changed without recreating a new Pod.
461
461
462
+
***pod_fs_group_change_policy**
463
+
Configure the `fsGroupChangePolicy` in the Pod `securityContext` to
464
+
avoid invalid volume permissions after `kubelet` restarts. See *[Configure volume permission and ownership change policy for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods)*
465
+
for details. If specified, valid options are `OnRootMismatch`
466
+
(change permissions and ownership if the permission and the
467
+
ownership of root directory does not match with expected permissions
468
+
of the volume) and `Always` (always change permission and ownership
469
+
of the volume when volume is mounted).
470
+
462
471
***spilo_privileged**
463
472
whether the Spilo container should run in privileged mode. Privileged mode is
464
473
used for AWS volume resizing and not required if you don't need that
@@ -558,7 +567,7 @@ effect, and the parameters are grouped under the `timeouts` key in the
558
567
CRD-based configuration.
559
568
560
569
***PatroniAPICheckInterval**
561
-
the interval between consecutive attempts waiting for the return of
570
+
the interval between consecutive attempts waiting for the return of
562
571
Patroni Api. The default is `1s`.
563
572
564
573
***PatroniAPICheckTimeout**
@@ -797,7 +806,7 @@ grouped under the `logical_backup` key.
797
806
is specified, no argument will be passed to `aws s3` command. Default: "AES256".
798
807
799
808
***logical_backup_s3_retention_time**
800
-
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
809
+
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
801
810
time will be deleted after a new backup was uploaded. If empty, all backups will be kept. Example values are
802
811
"3 days", "2 weeks", or "1 month". The default is empty.
0 commit comments