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
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.
controllerId
The text was updated successfully, but these errors were encountered:
@chengchengpei does the test_model.yml point to that controllerId? It needs to be labeled like seldon.io/controller-id=seldon-core-controller-id.
test_model.yml
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
Sorry, something went wrong.
@chengchengpei did you manage to fix the above? Please reopen if this is still an issue.
adriangonz
No branches or pull requests
I tried the following commands to install seldon-core on my minikube.
No errors. but model server pods are not created at all.
It seems that I cannot set
controllerId
.The text was updated successfully, but these errors were encountered: