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
Today I wanted to install ModelMesh from the main branch (with --enable-self-signed-ca in installation options), but failed on servingruntimes installation step with error:
Installing ModelMesh Serving built-in runtimes
# Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
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.modelmesh-serving.svc:9443/validate-serving-modelmesh-io-v1alpha1-servingruntime?timeout=10s": Service Unavailable
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.modelmesh-serving.svc:9443/validate-serving-modelmesh-io-v1alpha1-servingruntime?timeout=10s": Service Unavailable
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.modelmesh-serving.svc:9443/validate-serving-modelmesh-io-v1alpha1-servingruntime?timeout=10s": Service Unavailable
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.modelmesh-serving.svc:9443/validate-serving-modelmesh-io-v1alpha1-servingruntime?timeout=10s": Service Unavailable
I suppose this may be related to the changes regarding certificates and cert manager introduced since the 0.10 release am I right?
Have you seen such errors?
Remove the `--enable-self-signed-ca` option from the quickstart guide
and webhook information. The quickstart instructions explicitly install the
latest release `v0.10` which does not include the recently added
`--enable-self-signed-ca`. Following the document as-is results in an
`Unknown option` error.
Resolves#370
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Thanks Christian, so I guess that if I wanted to work with the latest ModelMesh (assuming I'd like to contribute at some point and want to test with the latest changes) I should have cert manager set up on my cluster?
Hi,
Some time ago I used quickstart guide to quickly install ModelMesh on my K8S cluster and it all went smoothly.
In that guide there's a part with:
Today I wanted to install ModelMesh from the main branch (with
--enable-self-signed-ca
in installation options), but failed on servingruntimes installation step with error:I suppose this may be related to the changes regarding certificates and cert manager introduced since the 0.10 release am I right?
Have you seen such errors?
I've seen similar issue mentioned in cert-manager docs: https://cert-manager.io/docs/troubleshooting/webhook/#error-service-unavailable and the cause seem to be unknown.
I'd appreciate any help or guidance on how to solve this.
The text was updated successfully, but these errors were encountered: