You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/quickstart.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ Use this quick start guide to create a WebLogic deployment in a Kubernetes clust
4
4
These instructions assume that you are already familiar with Kubernetes. If you need more detailed instructions, please
5
5
refer to the [User guide](user-guide.md).
6
6
7
-
> If you have an old version of the operator installed on your cluster you must remove
8
-
it before installing this version. You should remove the deployment (for example `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
9
-
resource definition (for example `kubectl delete crd domain`). If you do not remove
10
-
the custom resource definition you may see errors like this:
11
-
12
-
`Error from server (BadRequest): error when creating "/scratch/output/uidomain/weblogic-domains/uidomain/domain.yaml":
7
+
> If you have an older version of the operator installed on your cluster, you must remove
8
+
it before installing this version. You should remove the deployment (for example,`kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
9
+
resource definition (for example,`kubectl delete crd domain`). If you do not remove
10
+
the custom resource definition you may see errors like this:
11
+
12
+
`Error from server (BadRequest): error when creating "/scratch/output/uidomain/weblogic-domains/uidomain/domain.yaml":
13
13
the API version in the data (weblogic.oracle/v2) does not match the expected API version (weblogic.oracle/v1`
14
14
15
15
## Prerequisites
@@ -32,7 +32,7 @@ b. Log in to the Docker Store from your docker client:
32
32
```
33
33
$ docker login
34
34
```
35
-
c. Pull the operator image and tag it to the default image value of the operator:
35
+
c. Pull the operator image and tag it with the default image value of the operator:
0 commit comments