Commit abcf604
ci: install Gateway-API CRDs on the upstream cluster before cert-manager
cert-manager runs with enableGatewayAPI:true, so it crashloops at startup
when the Gateway-API CRDs are absent. The downstream cluster gets them
from eg-crds first; the upstream only got them later via prepare-upstream
(config/e2e). The resulting crashloop delayed issuance of the manager's
webhook serving cert by ~2.5min, so the manager sat in ContainerCreating
waiting on the secret and bring-up timed out.
Add an upstream-gateway-crds task (same chart-bundled CRDs as eg-crds) and
run it before cert-manager-upstream. Also bump the manager readiness wait
to 300s and fix the diagnostics describe loop so pod events are captured.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JbCy8vy66RdNYzGSgqH6P61 parent c8b5fe3 commit abcf604
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
208 | 213 | | |
209 | 214 | | |
210 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
211 | 223 | | |
212 | 224 | | |
213 | 225 | | |
| |||
323 | 335 | | |
324 | 336 | | |
325 | 337 | | |
326 | | - | |
| 338 | + | |
327 | 339 | | |
328 | 340 | | |
329 | 341 | | |
| |||
0 commit comments