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/user.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1006,6 +1006,14 @@ option must be set to `true`.
1006
1006
1007
1007
If you want to add a sidecar to every cluster managed by the operator, you can specify it in the [operator configuration](administrator.md#sidecars-for-postgres-clusters) instead.
1008
1008
1009
+
### Accessing the PostgreSQL socket from sidecars
1010
+
1011
+
If enabled by the `share_pg_socket_with_sidecars` option in the operator
1012
+
configuration the PostgreSQL socket is placed in a volume of type
1013
+
`emptyDir`named `postgresql-run`.
1014
+
To allow access to the socket from any sidecar container simply add a
1015
+
VolumeMount to this volume to your sidecar spec.
1016
+
1009
1017
## InitContainers Support
1010
1018
1011
1019
Each cluster can specify arbitrary init containers to run. These containers can
@@ -1049,7 +1057,7 @@ When using AWS with gp3 volumes you should set the mode to `mixed` because it
1049
1057
will also adjust the IOPS and throughput that can be defined in the manifest.
1050
1058
Check the [AWS docs](https://aws.amazon.com/ebs/general-purpose/) to learn
1051
1059
about default and maximum values. Keep in mind that AWS rate-limits updating
0 commit comments