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
$ kubectl apply -f deploy_test.yaml --dry-run=server
Error from server (BadRequest): error when applying patch:
{"spec":{"predictors":[{"graph":{"implementation":"SKLEARN_SERVER","modelUri":"gs://seldon-models/sklearn/iris","name":"classifier"},"name":"default","replicas":1}]}}
to:
Resource: "machinelearning.seldon.io/v1, Resource=seldondeployments", GroupVersionKind: "machinelearning.seldon.io/v1, Kind=SeldonDeployment"
Name: "iris-model-test", Namespace: "seldon-service"
for: "deploy_test.yaml": admission webhook "v1.mseldondeployment.kb.io" does not support dry run
Currently I'm trying to create a CI test to validate my deployment config during pull request.
I'm not sure if this already possible or not.
Environments
minikube version: v1.15.0
seldon-core-operator-1.4.0
kubectl Client Version "v1.19.4", Server Version "v1.19.4"
The text was updated successfully, but these errors were encountered:
Context
I'm trying to validate a deployment config at server
and got this result
Currently I'm trying to create a CI test to validate my deployment config during pull request.
I'm not sure if this already possible or not.
Environments
minikube version: v1.15.0
seldon-core-operator-1.4.0
kubectl Client Version "v1.19.4", Server Version "v1.19.4"
The text was updated successfully, but these errors were encountered: