Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choosing an installation directory for kurl #4450

Open
namgk opened this issue May 2, 2023 · 3 comments
Open

Choosing an installation directory for kurl #4450

namgk opened this issue May 2, 2023 · 3 comments

Comments

@namgk
Copy link

namgk commented May 2, 2023

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

@namgk namgk changed the title Choosing a installation directory for kurl Choosing an installation directory for kurl May 2, 2023
@rrpolanco
Copy link
Contributor

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"

@namgk
Copy link
Author

namgk commented May 3, 2023

thanks @rrpolanco, does this change where k8s download/store the docker images?

@rrpolanco
Copy link
Contributor

@namgk yes, the docker images and other assets are stored at the kurl-install-directory path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants