AKS can't read ACL on nfs mount

Riccardo Gatti 41 Reputation points
2023-06-21T06:55:11.64+00:00

Hello, I have an AKS service and a VM in the same Vnet. The VM expose a folder through NFS protocol with some ACL set on file and subdirectory

When I mount the NFS folder in a pod through nfs direct mount in the spec part of deployment definition, the mount success but when i goes in the folder i can't see the ACL on file

This is the NFS folder with ACL set

User's image

This is the situation in the pod that mount the NFS folder

User's image

The difference is that in the pod we had different conversion of the gid because the same gid on NFS is for group A while in the pod is for group B, but I don't think is that the problem.

The mount of the NFS folder is done in the deployment spec with this definition

volumes:
	- name: nfs
	nfs:
		server: NFS-IP
		path: /folder
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,051 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,459 questions
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2023-07-17T21:17:00.65+00:00

    @Riccardo Gatti

    Sorry for not getting back to you. To further troubleshoot this, we're going to enable a free, one time technical support ticket. Please email the following to AzCommunity@microsoft.com and we'll get back to you promptly:

    • Subject: "Attn: deherman - "

    • Email body: Your Subscription ID

    • Email body: A link to this thread so we can validate and expedite the request

    If you don't receive a response within 24 hours, please reply to the thread so we can investigate.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.