You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
namgk
changed the title
Choosing a installation directory for kurl
Choosing an installation directory for kurl
May 2, 2023
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"
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
The text was updated successfully, but these errors were encountered: