File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,24 @@ In some circumstances you may wish to manually create your domain custom resourc
44Docker image containing your domain and the specific patches that you require, then this approach will probably
55be 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.
99When 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
1515You 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
2121You 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
2727In both of these commands, replace ` YOUR_NAMESPACE ` with the namespace that you created the domain in, and
You can’t perform that action at this time.
0 commit comments