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
@@ -425,7 +425,7 @@ configuration they are grouped under the `kubernetes` key.
425
425
environment if they not if conflict with the environment variables generated
426
426
by the operator. The WAL location (bucket path) can be overridden, though.
427
427
The default is empty.
428
-
428
+
429
429
***pod_environment_secret**
430
430
similar to pod_environment_configmap but referencing a secret with custom
431
431
environment variables. Because the secret is not allowed to exist in a
@@ -453,6 +453,15 @@ configuration they are grouped under the `kubernetes` key.
453
453
non-root process, but requires a custom Spilo image. Note the FSGroup of a Pod
454
454
cannot be changed without recreating a new Pod.
455
455
456
+
***pod_fs_group_change_policy**
457
+
Configure the `fsGroupChangePolicy` in the Pod `securityContext` to
458
+
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)*
459
+
for details. If specified, valid options are `OnRootMismatch`
460
+
(change permissions and ownership if the permission and the
461
+
ownership of root directory does not match with expected permissions
462
+
of the volume) and `Always` (always change permission and ownership
463
+
of the volume when volume is mounted).
464
+
456
465
***spilo_privileged**
457
466
whether the Spilo container should run in privileged mode. Privileged mode is
458
467
used for AWS volume resizing and not required if you don't need that
@@ -552,7 +561,7 @@ effect, and the parameters are grouped under the `timeouts` key in the
552
561
CRD-based configuration.
553
562
554
563
***PatroniAPICheckInterval**
555
-
the interval between consecutive attempts waiting for the return of
564
+
the interval between consecutive attempts waiting for the return of
556
565
Patroni Api. The default is `1s`.
557
566
558
567
***PatroniAPICheckTimeout**
@@ -750,7 +759,7 @@ grouped under the `logical_backup` key.
750
759
is specified, no argument will be passed to `aws s3` command. Default: "AES256".
751
760
752
761
***logical_backup_s3_retention_time**
753
-
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
762
+
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
754
763
time will be deleted after a new backup was uploaded. If empty, all backups will be kept. Example values are
755
764
"3 days", "2 weeks", or "1 month". The default is empty.
0 commit comments