Choosing an installation directory for kurl
Hi there,
We are using kurl in Azure's VM. Azure's OS disk is only 30GB so when kurl run, it bailed with "the disk containing directory /var/lib/kubelet" has less than 30GB".
We'd have to mount a separate data disk to a location, such as /mnt/datadisk, but how do we point kurl to that new location so it can install?
Thanks
Hi @namgk you can override the base directory where kURL installs its dependencies using the kurl-install-directory option like so: curl https://kurl.sh/latest | sudo bash -s kurl-install-directory="/some/dir"
thanks @rrpolanco, does this change where k8s download/store the docker images?
@namgk yes, the docker images and other assets are stored at the kurl-install-directory path.