Commit 8c2fdb6
committed
fix(e2e): improve dind-sidecar probe configuration for reliability
Add startupProbe with failureThreshold of 30 to allow more time for Docker
daemon initialization. Change readinessProbe to use 'docker info' command
which verifies the daemon is actually ready to accept commands.
This is a cherry-pick of the probe changes from tektoncd#9242 on main.1 parent f93dd2f commit 8c2fdb6
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
| |||
0 commit comments