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