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
Statefulset Liveness Probe failing on standby nodes due to SSL, initial delay and 429 response hashicorp#137
livenessProbe
* Set the scheme to the vault.scheme to ensure that the check is works tls enabled or not.
* Allow a configurable value initialDelaySeconds rather than the set 5 seconds.
* Set the default initialDelaySeconds to 60 seconds before the probe starts to allow for vault unsealing.
* Set the path to /v1/sys/health?standbyok=true to ensure a 200 response on standbys.
readinessProbe
* Set the path comment to /v1/sys/health?standbyok=true to ensure a 200 response on standbys.
Unit Tests
* Statefulset liveness probe path check set to /v1/sys/health?standbyok=true
0 commit comments