Open ShrishtiKarkera opened 1 month ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6340.
This message was autogenerated
Hi @ShrishtiKarkera
From the logs it looks like there's an issue with verifying certificate the webhook of KServe in the MutatingWebhookConfiguration
object.
To debug this further, first we need to check the health of the admission webhook charm and workload.
Can you share:
juju debug-log --replay --include unit-admission-webhook-0
kubectl logs -n kubeflow admission-webhook-0 -c admission-webhook
Bug Description
I'm unable to use kserve inferenceservice using the JupyterLab notebook, when I create an inference client, it throws this error: "inferenceservice.kserve-webhook-server.defaulter\": failed to call webhook: Post \"https://kserve-webhook-server-service.kubeflow.svc:443/mutate-serving-kserve-io-v1beta1-inferenceservice?timeout=10s\": tls: failed to verify certificate: x509: certificate signed by unknown authority"
Inference service client looks like this and my model is stored in minio:
I checked the certs and found everything to be in place, I also tried restarting the mutatingwebhookconfiguration but didn't help.
To Reproduce
Environment
AWS t3x2 large instance with 10 gbs of storage Installed Charmed Kubeflow, minio and mlflow Allowed minio access and mlflow access
Relevant Log Output
Additional Context
No response