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
I deployed a machine learning model using Seldon Runtime Inference graph: kubectl apply -f deploy.json
It returns deployment created but the deployment does not show up when I check: kubectl get deployments --all-namespaces
Also, see no status when I try to check the status of deployment: kubectl get seldondeployments.machinelearning.seldon.io seldon-pipeline -n seldon-pipeline -o jsonpath='{.status.state}'
The text was updated successfully, but these errors were encountered:
I deployed a machine learning model using Seldon Runtime Inference graph:
kubectl apply -f deploy.json
It returns deployment created but the deployment does not show up when I check:
kubectl get deployments --all-namespaces
Also, see no status when I try to check the status of deployment:
kubectl get seldondeployments.machinelearning.seldon.io seldon-pipeline -n seldon-pipeline -o jsonpath='{.status.state}'
The text was updated successfully, but these errors were encountered: