Trial Installations

Trial installations for setting up a new clusters

Trial Installation Options

These scripts will install the default configurations that can be used to trial the Seldon Deploy. These provide a simple way to get you up and running to test the functionalities that we offer.

Configuration

The trial installations of Seldon Deploy can be configured using a file called “dockercreds.txt”.

The location and format of this file is

${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>
ENABLE_GIT_SSH_CREDS=false
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.
ENABLE_APP_AUTH=true                                # 'true' or 'false'

Use the following script to check or create an initial file to fill in.

cd seldon-deploy-install
./check-config

References


Default Trial Installation

Default Trial Installation

Kubeflow Trial Installation

Default Trial Installation with Kubeflow

Last modified September 3, 2020: fix missing leading slash in links (c4dcebc)