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

model server pods not created if controllerId set? #1758

Closed
chengchengpei opened this issue Apr 27, 2020 · 2 comments
Closed

model server pods not created if controllerId set? #1758

chengchengpei opened this issue Apr 27, 2020 · 2 comments
Assignees
Labels

Comments

@chengchengpei
Copy link
Contributor

I tried the following commands to install seldon-core on my minikube.

helm install seldon-core seldon-core-operator --repo https://storage.googleapis.com/seldon-charts --namespace team-xxx --set usageMetrics.enabled=false --set ambassador.enabled=true --set ambassador.singleNamespace=true --set certManager.enabled=false --set createResources=false --set singleNamespace=true --set defaultUserID=team-xxx --set controllerId=seldon-core-controller-id

helm install ambassador stable/ambassador -n team-xxx --set crds.keep=false

kubectl apply -f ../tests/test_model.yml -n team-xxx

No errors. but model server pods are not created at all.
It seems that I cannot set controllerId.

@chengchengpei chengchengpei added bug triage Needs to be triaged and prioritised accordingly labels Apr 27, 2020
@adriangonz
Copy link
Contributor

@chengchengpei does the test_model.yml point to that controllerId? It needs to be labeled like seldon.io/controller-id=seldon-core-controller-id.

You can read more on label-scoped deployments here: https://docs.seldon.io/projects/seldon-core/en/latest/workflow/install.html#label-focused-seldon-core-operator-version-1-0

@adriangonz adriangonz self-assigned this Apr 28, 2020
@ukclivecox ukclivecox removed the triage Needs to be triaged and prioritised accordingly label Apr 30, 2020
@adriangonz
Copy link
Contributor

@chengchengpei did you manage to fix the above? Please reopen if this is still an issue.

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

No branches or pull requests

3 participants