Error when init container takes too long
Init did not complete in time
kubectl describe pod timeline
kubectl logs pod -c init
activeDeadlineSeconds in spec
Lightweight images, add timeouts
No default timeout. Avoid indefinite waits. Use probe-based waiting for dependencies instead of init containers.
Failed to connect to server: connection refused (HTTP/2)
How to fix "HTTP/2 connection refused" error in Kubernetes
missing request for cpu in container
How to fix "missing request for cpu in container" in Kubernetes HPA
error: invalid configuration
How to fix "error: invalid configuration" in Kubernetes
curl --max-time, timeout command
Avoid image pull delays