Skip to content

Commit f0f4681

Browse files
committed
wip
1 parent c97e347 commit f0f4681

File tree

1 file changed

+4
-4
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+4
-4
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following prerequisites must be handled prior to running the create domain s
1616
Make a copy of the `create-domain-inputs.yaml` file, and run the create script, pointing it at your inputs file and an output directory:
1717

1818
```
19-
./create-domain.sh \
19+
$ ./create-domain.sh \
2020
-u <username> \
2121
-p <password> \
2222
-i create-domain-inputs.yaml \
@@ -177,7 +177,7 @@ spec:
177177
To confirm that the domain was created, use this command:
178178

179179
```
180-
kubectl describe domain DOMAINUID -n NAMESPACE
180+
$ kubectl describe domain DOMAINUID -n NAMESPACE
181181
```
182182

183183
Replace `DOMAINUID` with the `domainUID` and `NAMESPACE` with the actual namespace.
@@ -312,7 +312,7 @@ In the `Status` section of the output, the available servers and clusters are li
312312
Use the following command to see the pods running the servers:
313313

314314
```
315-
kubectl get pods -n NAMESPACE
315+
$ kubectl get pods -n NAMESPACE
316316
```
317317

318318
Here is an example of the output of this command:
@@ -330,7 +330,7 @@ domain1-managed-server2 1/1 Running 0 29m
330330
Use the following command to see the services for the domain:
331331

332332
```
333-
kubectl get services -n NAMESPACE
333+
$ kubectl get services -n NAMESPACE
334334
```
335335

336336
Here is an example of the output of this command:

0 commit comments

Comments
 (0)