We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a seldon deployment with empty predictors, the operator enters crash loop.
kubectl apply -f - << END apiVersion: machinelearning.seldon.io/v1 kind: SeldonDeployment metadata: name: sklearn spec: name: iris predictors: [] END
The webhook should reject the deployment / patch.
value: docker.io/seldonio/engine:1.2.0 value: docker.io/seldonio/seldon-core-executor:1.2.0 image: docker.io/seldonio/seldon-core-operator:1.2.0
The text was updated successfully, but these errors were encountered:
Can be fixed along with #2022
Sorry, something went wrong.
ukclivecox
Successfully merging a pull request may close this issue.
Describe the bug
When creating a seldon deployment with empty predictors, the operator enters crash loop.
To reproduce
Expected behaviour
The webhook should reject the deployment / patch.
Environment
The text was updated successfully, but these errors were encountered: