Skip to content
New issue

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

Seldon Core deployment created but not visible #862

Closed
gosandhya opened this issue Sep 12, 2019 · 1 comment
Closed

Seldon Core deployment created but not visible #862

gosandhya opened this issue Sep 12, 2019 · 1 comment

Comments

@gosandhya
Copy link

gosandhya commented Sep 12, 2019

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}'

@gosandhya
Copy link
Author

Turned out the problem was with the naming of containers in deployment file. My container names contained underscores in it which was not acceptable.

I found out about this using the logs of seldon-controller pod.

Hope this helps other people facing similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant