Relative Content

Tag Archive for kubernetesminikube

Kubernetes mounted volume not writable in nested folders

I have created a kubernetes deployment which has a volume mount though a pvc. The volume is properly getting mounted and i am able create files and folders inside the mounted path. but if i try to create a file inside the newly created folder i am getting a permission denied issue. even if i try to modify the permission for the folder, its getting denied.