GKE create base image
nala101
Registered Posts: 4 ✭✭✭
./bin/dssadmin build-base-image --type container-exec
It says to run this command in the DSS data directory (https://doc.dataiku.com/dss/latest/containers/setup-k8s.html#k8s-base-image).
However, running this command in the Google cloud shell does not work: 'No such file or directory'
Answers
-
Hi,
that command is meant to be run on the command line on the VM where DSS is installed, after moving to the directory where the DSS data is stored, ie the /path/to/data you gave to `installer.sh -d /path/to/data ...` when you installed DSS.