Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase readiness and liveness probe timeouts, introduce an initial …
…delay Currently the default timeout of 1 second and no initial delay is applied to the probes of the runner pods. Depending on the startup time this can cause random Pod errors causing a whole TestRun to fail. At some point it might also make sense to introduce a startupProbe to cover the longer initial startup time a K6 instance (Pod) might need instead of every increasing the runtime liveness and readiness checks. Fixes grafana#306 Signed-off-by: Christian Rohmann <[email protected]>
- Loading branch information