Skip to content

Commit add26c1

Browse files
committed
more updates after PR review feedback
1 parent b422a8c commit add26c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/quickstart.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,14 @@ domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/we
172172
For example, assuming you named your copy `my-inputs.yaml`:
173173
```
174174
$ 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
176176
```
177177

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+
178183
c. Confirm that the operator started the servers for the domain:
179184
* Use `kubectl` to show that the domain resource was created:
180185
```

0 commit comments

Comments
 (0)