-
Notifications
You must be signed in to change notification settings - Fork 314
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
AzureFile not working with non-root user, unable to upgrade to fixed version of K8S #97
Comments
The solution I had when experimenting with the That said, I did a significant amount of testing between |
@duizendnegen what's your wanted mountOptions? There are some back and forth discussion about this value, and in current master branch, it would be set as 0755 by default. If you want to set as other value, you could follow this guide to use self defined mountOptions(available from v1.8.5) |
Thanks for the pointers @rtyler - I've played also with I'll report back with my chosen path forward. |
Just pinging back, I'm closing this ticket, but I'm keeping my fingers crossed for getting 1.8.5 on AKS soon. |
@duizendnegen Hi, did you get any issue when using AzureDisk? I could provide help. Basically you could follow this guide: |
In the 1.8.x branch until 1.8.5, volumes are mounted as 0x700. Amongst others, Jenkins creates a
jenkins-user
which accesses the volume, leading to apermission denied
error.1.7.9 can be used as a workaround, but I can't downgrade my 1.8.2 cluster to this. 1.8.5 also fixes this, but this is not available on AKS yet.
See kubernetes/kubernetes#54674 for the fix.
The text was updated successfully, but these errors were encountered: