Skip to content

Commit c834dd7

Browse files
Merge pull request #230951 from schaffererin/file-mount-options
Adding link to official Kubernetes documentation explaining storage classes and mount options
2 parents 1c005da + c127f88 commit c834dd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/azure-csi-files-storage-provision.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Volumes:
211211

212212
### Mount options
213213

214-
The default value for *fileMode* and *dirMode* is *0777* for Kubernetes version 1.13.0 and above. If dynamically creating the persistent volume with a storage class, mount options can be specified on the storage class object. The following example sets *0777*:
214+
The default value for *fileMode* and *dirMode* is *0777* for Kubernetes version 1.13.0 and above. If dynamically creating the persistent volume with a storage class, mount options can be specified on the storage class object. For more information, see [Mount options](https://kubernetes.io/docs/concepts/storage/storage-classes/#mount-options). The following example sets *0777*:
215215

216216
```yaml
217217
kind: StorageClass
@@ -488,6 +488,7 @@ For associated best practices, see [Best practices for storage and backups in AK
488488
[data-plane-api]: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
489489
[kubectl-describe]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#describe
490490
[kubectl-delete]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#delete
491+
[access-modes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
491492

492493
<!-- LINKS - internal -->
493494
[azure-storage-account]: ../storage/common/storage-introduction.md

0 commit comments

Comments
 (0)