You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The following parameters can be provided in the inputs file.
88
88
|`includeServerOutInPodLog`| Boolean indicating whether to include server .out to the pod's stdout. |`true`|
89
89
|`initialManagedServerReplicas`| Number of Managed Servers to initially start for the domain. |`2`|
90
90
|`javaOptions`| Java options for starting the Administration and Managed Servers. A Java option can have references to one or more of the following pre-defined variables to obtain WebLogic domain information: `$(DOMAIN_NAME)`, `$(DOMAIN_HOME)`, `$(ADMIN_NAME)`, `$(ADMIN_PORT)`, and `$(SERVER_NAME)`. |`-Dweblogic.StdoutDebugEnabled=false`|
91
-
|`logHome`| The in-pod name of the directory to store the domain, node manager, server logs, and server .out files in. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. |`/shared/logs/domain1`|
91
+
|`logHome`| The in-pod name of the directory in which to store the domain, node manager, server logs, and server .out files. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. |`/shared/logs/domain1`|
92
92
|`managedServerNameBase`| Base string used to generate Managed Server names. |`managed-server`|
93
93
|`managedServerPort`| Port number for each Managed Server. |`8001`|
94
94
|`namespace`| Kubernetes namespace in which to create the domain. |`default`|
@@ -148,8 +148,8 @@ spec:
148
148
includeServerOutInPodLog: true
149
149
# Whether to enable log home
150
150
logHomeEnabled: true
151
-
# The in-pod name of the directory to store the domain, node manager, server logs, and server .out
152
-
# files in.
151
+
# The in-pod name of the directory in which to store the domain, node manager, server logs, and server .out
152
+
# files.
153
153
# If not specified or empty, domain log file, server logs, server out, and node manager log files
154
154
# will be stored in the default logHome location of /shared/logs/<domainUID>/.
0 commit comments