File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,14 @@ domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/we
172
172
For example, assuming you named your copy ` my-inputs.yaml ` :
173
173
```
174
174
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
175
- $ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -e
175
+ $ ./create-domain.sh -i my-inputs.yaml -o /some/output/directory -u username -p password - e
176
176
```
177
177
178
+ You need to provide the WebLogic administration username and password in the ` -u ` and ` -p ` options
179
+ respectively, as shown in the example. If you specify the ` -e ` option, the script will generate the
180
+ Kubernetes YAML files * and* apply them to your cluster. If you omit the ` -e ` option, the
181
+ script will jsut generate the YAML files, but will not take any action on your cluster.
182
+
178
183
c. Confirm that the operator started the servers for the domain:
179
184
* Use ` kubectl ` to show that the domain resource was created:
180
185
```
You can’t perform that action at this time.
0 commit comments