Skip to content

Commit 72cd65f

Browse files
author
Lily He
authored
Update 03-wls-operator.md
1 parent bc26584 commit 72cd65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/kubernetes/end2end/docs/03-wls-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ kubectl get crd domains.weblogic.oracle
8383
NAME CREATED AT
8484
domains.weblogic.oracle 2019-05-28T07:17:26Z
8585
```
86-
Verify the domain CRD version is correct.
86+
Verify that the domain CRD version is correct.
8787
```
8888
kubectl get crd domains.weblogic.oracle -o jsonpath="{.spec.version}"
8989
```
90-
The expected version should be `v5`.
90+
The expected version should be `v5`. Since the WebLogic operator is backward compatible, domain resource with version older than `v5` should be supported.
9191

9292
Now the WebLogic Kubernetes Operator is running and it's monitoring the default namespace. Later we'll deploy a domain resource to the default namespace and the operator will be responsible for creating, running, and managing the WebLogic domain.
9393

0 commit comments

Comments
 (0)