Skip to content

Commit 193171a

Browse files
backwind1233rjeberhard
authored andcommitted
Add doc tip for nfs
1 parent 2eccab1 commit 193171a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](https://o
1515
- [Create Resource Group](#create-resource-group)
1616
- [Create an AKS cluster](#create-the-aks-cluster)
1717
- [Create and Configure Storage](#create-storage)
18-
- [Create an Azure Storage account and NFS share](##create-an-azure-storage-account-and-nfs-share)
18+
- [Create an Azure Storage account and NFS share](#create-an-azure-storage-account-and-nfs-share)
1919
- [Create SC and PVC](#create-sc-and-pvc)
2020
- [Install WebLogic Kubernetes Operator](#install-weblogic-kubernetes-operator-into-the-aks-cluster)
2121
- [Create WebLogic domain](#create-weblogic-domain)

documentation/site/content/samples/azure-kubernetes-service/includes/create-aks-cluster-storage.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ You will dynamically create and use a persistent volume with Azure Files NFS sha
3434
Successful output will be a JSON object with the entry `"type": "Microsoft.Storage/storageAccounts"`.
3535

3636
2. Create an NFS share.
37+
{{% notice note %}} We strongly recommend NFS instead of SMB. NFS evolved from the UNIX operating system, and other variants such as GNU/Linux. For this reason, when using NFS with container technologies such as Docker, it is less likely to have problems for concurrent reads and file locking.
38+
39+
Please be sure to enable NFS v4.1. Versions lower than v4.1 will have problems.
40+
41+
{{% /notice %}}
3742

3843
To create the file share, you must use `NoRootSquash` to allow the operator to change the ownership of the directory in the NFS share.
3944

0 commit comments

Comments
 (0)