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
Non-breaking change to readinessProbe and livenessProbe
Before this PR, both probes pointed to /health. This caused Kubernetes to restart the pod when an external component was unavailable. To resolve this, we updated the value file to configure the liveness and readiness probes to use the health paths recommended by Micronaut:
Liveness probe now points to /health/liveness
Readiness probe now points to /health/readiness
It is generally considered a best practice over a single /health endpoint.
Non-breaking change to
readinessProbe
andlivenessProbe
Before this PR, both probes pointed to
/health
. This caused Kubernetes to restart the pod when an external component was unavailable. To resolve this, we updated the value file to configure the liveness and readiness probes to use the health paths recommended by Micronaut:/health/liveness
/health/readiness
It is generally considered a best practice over a single
/health
endpoint.Internal Storage Configuraiton
#3933
Plugins
kestra-io/plugin-elasticsearch#25 : Task
Get
propertyversion
was renamed todocVersion
kestra-io/plugin-mqtt#64 : All tasks, property
version
was renamed tomqttVersion
kestra-io/plugin-opensearch#11 : Task
Get
propertyversion
was renamed todocVersion
kestra-io/plugin-serdes#167: Task
IonToParquet
propertyversion
was renamed toparquetVersion
The text was updated successfully, but these errors were encountered: