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

k3d PVC accessMode #42

Open
ronaldpetty opened this issue Feb 25, 2024 · 1 comment
Open

k3d PVC accessMode #42

ronaldpetty opened this issue Feb 25, 2024 · 1 comment

Comments

@ronaldpetty
Copy link
Contributor

I am using k3d (default install) to test, and noticed local-ai wouldn't install. Turns out its because the k3d local-path provisioner only can use ReadWriteOnce. The helm template generates ReadWriteMany as default. I changed to Once and it worked. I don't know much about provisioners but maybe setting default to Once might work for more people (thats an assumption though).

@ssurovich
Copy link

I had the same issue - Pretty easy change, but unless you know your underlying PVC provisioner, some people may not know how to resolve it. A describe on the PVC will show that it fails with many, so a change to once resolves it (as you called out) - Great for posting it for others to see!

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