Applying a License

Applying a Seldon Deploy 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)