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
After seldon-core automatic update, from 1.5 to 1.6, we are not able to create a new SeldonDeployment from yaml file.
The following error message appears:
"Error "failed calling webhook "v1.mseldondeployment.kb.io": Post https://seldon-webhook-service.xxxxxxxxxxxxxxxx/mutate-machinelearning-seldon-io-v1-seldondeployment?timeout=30s: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Seldon")" for field "undefined".
To reproduce
Go to Seldon Operator
Create Seldon Deployment
Insert a yaml template that is expected to work (e.g. default mock classifier)
Expected behaviour
Seldon Operator should create a new SeldonDeployment.
Environment
Openshift 4 on Azure
The text was updated successfully, but these errors were encountered:
Describe the bug
After seldon-core automatic update, from 1.5 to 1.6, we are not able to create a new SeldonDeployment from yaml file.
The following error message appears:
"Error "failed calling webhook "v1.mseldondeployment.kb.io": Post https://seldon-webhook-service.xxxxxxxxxxxxxxxx/mutate-machinelearning-seldon-io-v1-seldondeployment?timeout=30s: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Seldon")" for field "undefined".
To reproduce
Expected behaviour
Seldon Operator should create a new SeldonDeployment.
Environment
Openshift 4 on Azure
The text was updated successfully, but these errors were encountered: