Skip to content

Commit 50dcc1d

Browse files
authored
Merge pull request #148 from oracle/simon-meng-cn/100-fixes-doc
Add NFS configration parameters to the document
2 parents 8468cb4 + b9a2c46 commit 50dcc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/creating-domain.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,11 @@ 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. | |
113114
| persistencePath | Physical path of the persistent volume storage. | /scratch/k8s_dir/persistentVolume001 |
114115
| persistenceSize | Total storage allocated by the persistent volume. | 10Gi |
115116
| persistenceStorageClass | Name of the storage class to set for the persistent volume and persistent volume claim. | weblogic |
117+
| persistenceType | Persistent volume type. The parameter value must be hostPath or nfs. If set to 'nfs', nfsServer must be specified. | hostPath |
116118
| persistenceVolumeClaimName | Name of the Kubernetes persistent volume claim for this domain. | pv001-claim |
117119
| persistenceVolumeName | Name of the Kubernetes persistent volume for this domain. | pv001 |
118120
| productionModeEnabled | Boolean indicating if production mode is enabled for the domain. | true |
@@ -126,7 +128,6 @@ The following parameters must be provided in the input file:
126128

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

129-
* The script assumes the use of the `HostPath` persistent volume provider.
130131
* The script creates the specified number of Managed Servers and places them all in one cluster.
131132
* The script always creates one cluster.
132133

0 commit comments

Comments
 (0)