File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The following prerequisites must be handled prior to running the create domain s
1616Make 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:
177177To 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
183183Replace ` 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
312312Use 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
318318Here is an example of the output of this command:
@@ -330,7 +330,7 @@ domain1-managed-server2 1/1 Running 0 29m
330330Use 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
336336Here is an example of the output of this command:
You can’t perform that action at this time.
0 commit comments