postgres-operator/pkg
Dmitry Dolgov d15f2d3392
Readiness probe (#1169)
Right now there are no readiness probes defined for connection pooler,
which means after a pod restart there is a short time window (between a
container start and connection pooler starting listening to a socket)
when a service can send queries to a new pod, but connection will be
refused. The pooler container is rather lightweight and it start to
listen immediately, so the time window is small, but still.

To fix this add a readiness probe for tcp socket opened by connection
pooler.
2020-10-15 10:16:42 +02:00
..
apis/acid.zalan.do Cleanup config examples (#1151) 2020-09-30 17:24:14 +02:00
apiserver reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
cluster Readiness probe (#1169) 2020-10-15 10:16:42 +02:00
controller Introduce ENABLE_JSON_LOGGING env variable (#1158) 2020-10-08 15:32:15 +02:00
generated Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
spec Introduce ENABLE_JSON_LOGGING env variable (#1158) 2020-10-08 15:32:15 +02:00
util Cleanup config examples (#1151) 2020-09-30 17:24:14 +02:00