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
Images of your model: [Output of: kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image: where <yourmodelnamespace>]
Logs of your model: [You can get the logs of your model by running kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>]
The text was updated successfully, but these errors were encountered:
Describe the bug
Tried to install Seldon CLI on MacOS based on the instructions here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html
To reproduce
In MacOS. Follow the steps here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html
The make build-seldom-arm does not work and produces an error:
-->
Expected behaviour
Seldon CLI should be installed
Environment
MacOS
Model Details
kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image:
where<yourmodelnamespace>
]kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>
]The text was updated successfully, but these errors were encountered: