Skip to content

Commit 4fe3421

Browse files
committed
wip
1 parent 54669e3 commit 4fe3421

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/domain-resource.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**TODO** review and update
2-
31
# Domain resource
42

53
In this guide, we outline how to set up and configure your own domain resource which can be used to configure your WLS domain. Then, you can use the domain resource to start the Kubernetes artifacts of the corresponding domain.
@@ -24,7 +22,7 @@ For sample YAML templates, see the [Domain resource example](../kubernetes/sampl
2422
After you have written your YAML files, please use them to create your WLS domain artifacts using the `kubectl apply -f` command.
2523

2624
```
27-
kubectl apply -f domain-resource.yaml
25+
$ kubectl apply -f domain-resource.yaml
2826
2927
```
3028

@@ -33,5 +31,5 @@ After you have written your YAML files, please use them to create your WLS domai
3331
To confirm that the domain resource was created, use this command:
3432

3533
```
36-
kubectl describe domain [domain name] -n [namespace]
34+
$ kubectl describe domain [domain name] -n [namespace]
3735
```

0 commit comments

Comments
 (0)