Skip to content

Commit 036bfb4

Browse files
committed
Fix the ordering of the parameters in the table
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent fe28b12 commit 036bfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/creating-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ The following parameters must be provided in the input file:
102102
| createDomainScript | Script used to create the domain. This parameter should not be modified. | /u01/weblogic/create-domain-script.sh |
103103
| domainName | Name of the WebLogic domain to create. | base_domain |
104104
| domainUid | Unique ID that will be used to identify this particular domain. This ID must be unique across all domains in a Kubernetes cluster. | domain1 |
105+
| enableLoadBalancerAdminPort | Determines whether the load balancer administration port should be exposed outside the Kubernetes cluster. | false |
105106
| imagePullSecretName | Name of the Kubernetes secret for the Docker Store, used to pull the WebLogic Server image. | docker-store-secret |
106107
| loadBalancerAdminPort | The node port for the load balancer to accept admin requests. | 30315 |
107108
| loadBalancerWebPort | The node port for the load balancer to accept user traffic. | 30305 |
108-
| enableLoadBalancerAdminPort | Determines whether the load balancer administration port should be exposed outside the Kubernetes cluster. | false |
109109
| managedServerCount | Number of Managed Server instances to generate for the domain. | 2 |
110110
| managedServerNameBase | Base string used to generate Managed Server names. | managed-server |
111111
| managedServerPort | Port number for each Managed Server. | 8001 |
@@ -117,9 +117,9 @@ The following parameters must be provided in the input file:
117117
| persistenceVolumeName | Name of the Kubernetes persistent volume for this domain. | pv001 |
118118
| productionModeEnabled | Boolean indicating if production mode is enabled for the domain. | true |
119119
| replaceExistingDomain | If set to 'true' the script will remove any data it finds in the persistent volume before creating the new domain. Use with caution. | false |
120-
| startupControl | Determines which WebLogic servers will be started up. Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO" | AUTO |
121120
| secretName | Name of the Kubernetes secret for the Administration Server's username and password. | domain1-weblogic-credentials |
122121
| secretsMountPath | Path for mounting secrets. This parameter should not be modified. | /var/run/secrets-domain1 |
122+
| startupControl | Determines which WebLogic servers will be started up. Legal values are "NONE", "ALL", "ADMIN", "SPECIFIED", or "AUTO" | AUTO |
123123
| T3ChannelPort | Port for the T3Channel of the NetworkAccessPoint. | 7002 |
124124

125125
## Limitations of the create domain script

0 commit comments

Comments
 (0)