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
fix(kserve): fix inject-ca-from annotations for kubeflow namespace
kserve_kubeflow.yaml v0.17.0 hardcodes cert-manager.io/inject-ca-from:
kserve/<cert-name> on all webhook configurations and relevant CRDs, but
the Certificate resources live in the kubeflow namespace. cert-manager's
ca-injector uses this annotation to populate the webhook caBundle, so
with the wrong namespace reference the caBundle is never set and TLS
verification fails with "certificate signed by unknown authority".
Patch all 12 affected resources (1 MutatingWebhookConfiguration, 3 CRDs,
8 ValidatingWebhookConfigurations) to use kubeflow/<cert-name> instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Christian Heusel <christian@heusel.eu>
0 commit comments