Steps to upgrade DSS Cloud (with Kubernetes and User Isolation) to latest version.
For commands with sudo, run as your user (i.e. run as cheryl_abundo) instead of as dataiku.
For all other commands, run as dataiku.
|





Download required files
export DSS_VERSION="8.0.1"
# Download the prebuilt images archive
export DSS_VERSION="8.0.1"
wget http://downloads.dataiku.com/public/dss/8.0.1/container-images/dataiku-dss-ALL-base_dss-8.0.1-r-py3.6.tar.gz
# Load the prebuilt images on your local docker repository (on the DSS vm)
gunzip dataiku-dss-ALL-base_dss-"$DSS_VERSION"-r-py3.6.tar.gz
docker image load < dataiku-dss-ALL-base_dss-"$DSS_VERSION"-r-py3.6.tar
# Check the new dss-8.0.1 images are loaded
docker images
# The following commands will allow your DSS instance to use the DSS images just loaded (double check the name for each container image)
export DSS_CONTAINER_EXEC_IMAGE="dataiku-dss-container-exec-base:dss-8.0.1-r-py3.6"
export DSS_SPARK_IMAGE="dataiku-dss-spark-exec-base:dss-8.0.1-r-py3.6"
export DSS_API_NODE_IMAGE="dataiku-dss-apideployer-base:dss-8.0.1-r-py3.6"
./bin/dssadmin build-base-image --type container-exec --mode=use --source-image "$DSS_CONTAINER_EXEC_IMAGE"
./bin/dssadmin build-base-image --type spark --mode=use --source-image "$DSS_SPARK_IMAGE"
./bin/dssadmin build-base-image --type api-deployer --mode=use --source-image "$DSS_API_NODE_IMAGE"



![]()
Click on PUSH IMAGES after
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|