Skip to content

Commit 367d1ec

Browse files
authored
Merge pull request #205352 from MGoedtel/task1966034
updated troubleshooting for Az Files CSI secret issue
2 parents ea67280 + 6594818 commit 367d1ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/aks/troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,17 @@ If your node is in a failed state, you can mitigate by manually updating the VM
330330

331331
## Azure Files and AKS Troubleshooting
332332

333+
### Azure Files CSI storage driver fails to mount a volume with a secret not in default namespace
334+
335+
If you have configured an Azure Files CSI driver persistent volume or storage class with a storage
336+
access secrete in a namespace other than *default*, the pod does not search in its own namespace
337+
and returns an error when trying to mount the volume.
338+
339+
This issue has been fixed in the 2022041 release. To mitigate this issue, you have two options:
340+
341+
1. Upgrade the agent node image to the latest release.
342+
1. Specify the *secretNamespace* setting when configuring the persistent volume configuration.
343+
333344
### What are the default mountOptions when using Azure Files?
334345

335346
Recommended settings:

0 commit comments

Comments
 (0)