Skip to content

v1_20210416

Compare
Choose a tag to compare
@innobead innobead released this 20 Apr 00:53
· 242 commits to master since this release
Set volume mount dir permissions to 0777

Since we don't have any ACL on the nfs server we can just make the base
directory world writeable by all, this should allow for usage by non
root pods. Since permissions on RWX volumes are not set by kubernetes,
they normally would be root only, any file/folder that gets created by
the pod should have the correct owner/permissions.

Longhorn #2418

Signed-off-by: Joshua Moody <joshua.moody@rancher.com>