We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose.You can read our privacy policies and terms of use etc by clicking here.
Applying a License
Applying a Seldon Deploy License
Obtaining Access
To use Seldon Deploy for your enterprise, get in touch with Seldon for a free trial license.Applying a License
A license can be entered in the UI when prompted.
Alternatively, it can be put in a text file called license and applied like this
kubectl create configmap -n seldon-system seldon-deploy-license --from-file=license -o yaml --dry-run=client | kubectl apply -f -
kubectl delete pod -n seldon-system -l app.kubernetes.io/name=seldon-deploy || true
Last modified February 3, 2021: how to apply license (77c72ba)