Skip to content

Commit c2096ee

Browse files
committed
remove a limitation, set the default value of nfsServer to empty
1 parent 6847696 commit c2096ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/creating-domain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following parameters must be provided in the input file:
110110
| managedServerNameBase | Base string used to generate Managed Server names. | managed-server |
111111
| managedServerPort | Port number for each Managed Server. | 8001 |
112112
| namespace | The Kubernetes namespace to create the domain in. | default |
113-
| nfsServer | NFS server name or ip. | nfsServer |
113+
| nfsServer | NFS server name or ip. | |
114114
| persistencePath | Physical path of the persistent volume storage. | /scratch/k8s_dir/persistentVolume001 |
115115
| persistenceSize | Total storage allocated by the persistent volume. | 10Gi |
116116
| persistenceStorageClass | Name of the storage class to set for the persistent volume and persistent volume claim. | weblogic |
@@ -128,7 +128,6 @@ The following parameters must be provided in the input file:
128128

129129
This technology preview release has some limitations in the create domain script that users should be aware of.
130130

131-
* The script assumes the use of the `HostPath` persistent volume provider.
132131
* The script creates the specified number of Managed Servers and places them all in one cluster.
133132
* The script always creates one cluster.
134133

0 commit comments

Comments
 (0)