Applying a LicenseΒΆ
Applying a Seldon Deploy License
Obtaining Access
To use Seldon Deploy for your enterprise, get in touch with Seldon - request a free trial license via the request form.
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