Commit a16f025
committed
fix: add EPP RBAC for InferenceModelRewrite (required by v0.7.0)
EPP v0.7.0 (built on gateway-api-inference-extension v1.3.0) watches
InferenceModelRewrite resources on startup. The inferencepool Helm
chart v1.0.1 (shipped with llm-d v0.3.0) does not include this
permission, causing the EPP to crash-loop with a forbidden error
when its image is patched to v0.7.0.
Add a supplemental Role and RoleBinding granting the EPP service
account read-only access to inferencemodelrewrites, applied alongside
the existing image and ConfigMap patches in deploy/lib/infra_llmd.sh.
Made-with: Cursor1 parent 5b6f0a0 commit a16f025
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
341 | 370 | | |
342 | 371 | | |
343 | 372 | | |
| |||
0 commit comments