Skip to content

Commit bef11b1

Browse files
authored
Update README.md
1 parent b294502 commit bef11b1

File tree

1 file changed

+5
-5
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain

1 file changed

+5
-5
lines changed

kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ In some circumstances you may wish to manually create your domain custom resourc
44
Docker image containing your domain and the specific patches that you require, then this approach will probably
55
be most suitable for your needs.
66

7-
To create the domain custom resource, just make a copy of the sample [domain.yaml](./domain.yaml) provided in
8-
this sample, and then edit it as per the instructions provided in the comments in that file.
7+
To create the domain custom resource, just make a copy of the sample [domain.yaml](./domain.yaml), and then edit
8+
it as per the instructions provided in the comments in that file.
99
When it is ready, you can create the domain in your Kubernetes cluster using the command:
1010

1111
```
12-
kubectl apply -f domain.yaml
12+
$ kubectl apply -f domain.yaml
1313
```
1414

1515
You can verify the domain custom resource was created using this command:
1616

1717
```
18-
kubectl -n YOUR_NAMESPACE get domains
18+
$ kubectl -n YOUR_NAMESPACE get domains
1919
```
2020

2121
You can view details of the domain using this command:
2222

2323
```
24-
kubectl -n YOUR_NAMESPACE describe domain YOUR_DOMAIN
24+
$ kubectl -n YOUR_NAMESPACE describe domain YOUR_DOMAIN
2525
```
2626

2727
In both of these commands, replace `YOUR_NAMESPACE` with the namespace that you created the domain in, and

0 commit comments

Comments
 (0)