You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order LLMInferenceServiceConfig last in ODH overlay for upgrade safety (#1427)
Move LLMInferenceServiceConfig resources to a thin wrapper component
listed last in the ODH overlay, ensuring they appear after controllers
and webhooks in FIFO sort order. This prevents upgrade failures (e.g.
3.3 -> 3.4) where the new llmisvc controller is deployed but the
ValidatingWebhookConfiguration still uses the old configuration,
blocking LLMInferenceServiceConfig resources from being applied.
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
0 commit comments