-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Describe the bug
When I'm executing the install.sh script, it throws errors when attempting to install the built-in runtimes. These errors look similar to this:
Error from server (InternalError): error when creating "STDIN": Internal error occurred: failed calling webhook "servingruntime.modelmesh-webhook-server.default": failed to call webhook: Post "https://modelmesh-webhook-server-service.kubeflow.svc:9443/validate-serving-modelmesh-io-v1alpha1-servingruntime?timeout=10s": EOF
To Reproduce
Steps to reproduce the behavior:
execute ./scripts/install.sh --namespace kubeflow --enable-self-signed-ca
Expected behavior
The built-in runtimes are installed and can be found with kubectl get servingruntimes
Screenshots
Logs from installation:

Logs from modelmesh-controller pod

Environment (please complete the following information):
- OS: Ubuntu 22.04
- Version: latest