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

Better instructions for microk8s users #154

Open
elunty opened this issue Feb 26, 2024 · 1 comment
Open

Better instructions for microk8s users #154

elunty opened this issue Feb 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@elunty
Copy link

elunty commented Feb 26, 2024

/feature

Is your feature request related to a problem? Please describe.
I was not able to get the csi driver working with microk8s due to permission issues (securityContext doesnt help)

Describe the solution you'd like in detail
Need to add an extra section in the tutorial describing how to configure the helm chart values for microk8s users. This is what i needed to change to get it to work:

helm upgrade --install aws-mountpoint-s3-csi-driver
--namespace kube-system
--set node.kubeletPath=/var/snap/microk8s/common/var/lib/kubelet
aws-mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver

@jjkr
Copy link
Contributor

jjkr commented Mar 5, 2024

Glad to hear you got this working and thanks for the information. Microk8s isn't officially support and it's not something we've tested. This is definitely something that can go in the documentation though, with the caveat that it's not part of the regression test suite.

@dannycjones dannycjones added documentation Improvements or additions to documentation enhancement New feature or request and removed enhancement New feature or request labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants