Config Options

Seldon Deploy can be configured using a file called “dockercreds.txt”.

The location and format of this file is shown below.

This config file is used when installing Seldon Deploy.

${HOME}/.config/seldon/seldon-deploy/dockercreds.txt

DOCKER_USER=<your docker user>
DOCKER_REPO=$DOCKER_USER
DOCKER_EMAIL=<your docker email>
DOCKER_PASSWORD=<your docker token or password>     # An Access Token can be used here
GIT_USER=<your GIT user>
GIT_TOKEN=<your GIT token>                          # This is either GitHub token or Bitbucket App password
GIT_EMAIL=<your GIT email>
KUBEFLOW_USER_EMAIL=<user email>                    # The user for access to Seldon Deploy eg. admin@seldon.io
KUBEFLOW_PASSWORD=<user password>
EXTERNAL_HOST=                                      # This can be blank
EXTERNAL_PROTOCOL=https                             # "https" or "http"
KFSERVING_PROTOCOL=http                             # This should be "http"
MULTITENANT=false                                   # Restricts permissions to namespace-level. Ask seldon before using.

Last modified March 13, 2020: note on multitenant (dab36b8)