Skip to content

Azure NFS Share File AKS mount options #920

Answered by andyzhangx
jcamu asked this question in Q&A
Discussion options

You must be logged in to vote

uid=xx is not a valid mount options for nfs mount, are you seeking this securityContext for pod?

securityContext: # optional just to make sure user is non-root
runAsUser: 10001
runAsGroup: 10001
fsGroup: 10001

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jcamu
Comment options

@andyzhangx
Comment options

Answer selected by andyzhangx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants