cozystack/packages
Andrei Kvapil 8261ea4fcf
fix(kubernetes): increase kube-apiserver startup probe threshold
Increase startupProbe.failureThreshold from 3 to 30 for kube-apiserver
container. The default 30 seconds (3 failures * 10s period) is often
insufficient for apiserver to complete RBAC bootstrap, especially under
load or with slower etcd connections.

This change gives kube-apiserver up to 300 seconds to initialize,
preventing unnecessary CrashLoopBackOff cycles.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2026-01-19 13:32:14 +01:00
..
apps Prepare release v1.0.0-alpha.1 2026-01-15 23:32:41 +00:00
core Prepare release v1.0.0-alpha.1 2026-01-15 23:32:41 +00:00
extra Prepare release v1.0.0-alpha.1 2026-01-15 23:32:41 +00:00
library refactor: move scripts to hack directory 2026-01-15 16:06:56 +01:00
system fix(kubernetes): increase kube-apiserver startup probe threshold 2026-01-19 13:32:14 +01:00
tests/cozy-lib-tests refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00