Default Trial Installation
Default Trial Installation
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.
The trial installations of Seldon Deploy can be configured using a file called “sdconfig.txt”.
The location and format of this file is
${HOME}/.config/seldon/seldon-deploy/sdconfig.txt
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
SD_USER_EMAIL=<user email> # The user for access to Seldon Deploy eg. admin@seldon.io
SD_PASSWORD=<user password>
EXTERNAL_HOST= # This can be blank
EXTERNAL_PROTOCOL=https # "https" or "http"
KFSERVING_PROTOCOL=$EXTERNAL_PROTOCOL
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
Default Trial Installation
Default Trial Installation with Kubeflow
KIND Trial Installation