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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ e. Pull the WebLogic 12.2.1.3 install image:
28
28
```
29
29
$ docker pull store/oracle/weblogic:12.2.1.3
30
30
```
31
-
f. Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s).
31
+
f. Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s),
32
+
and copy the image to all nodes in your cluster, or put it in a Docker registry that your cluster can access.
32
33
33
34
## 2. Create a Traefik (Ingress-based) load balancer.
0 commit comments