Skip to content

Commit be16a25

Browse files
authored
fix branch and image in mii sample/quickstart (#1640)
1 parent fb44eb7 commit be16a25

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs-source/content/quickstart/get-images.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ and accept the license agreement for the [WebLogic Server image](https://hub.doc
2121
```bash
2222
$ docker pull oracle/weblogic-kubernetes-operator:2.5.0
2323
```
24+
25+
{{% notice note %}} If you are here because you are following the Model In Image sample,
26+
change the image to `oracle/weblogic-kubernetes-operator:3.0.0-rc1`
27+
in the previous command.
28+
{{% /notice %}}
2429

2530
1. Pull the Traefik load balancer image:
2631

docs-source/content/samples/simple/domains/model-in-image/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,15 @@ Location | Description |
9898

9999
1. The `JAVA_HOME` environment variable must be set and must reference a valid JDK 8 or 11 installation.
100100

101-
1. Get the operator source and put it in `/tmp/operator-source`.
101+
1. Get the operator source from the `release/3.0.0-rc1` branch and put it in `/tmp/operator-source`.
102102

103103
For example:
104104

105105
```
106106
$ mkdir /tmp/operator-source
107107
$ cd /tmp/operator-source
108108
$ git clone https://github.com/oracle/weblogic-kubernetes-operator.git
109+
$ git checkout release/3.0.0-rc1
109110
```
110111

111112
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/operator-source`; however, you can use a different location.
@@ -126,7 +127,8 @@ Location | Description |
126127
{{< /rawhtml >}}
127128
1. Make sure an operator is set up to manage namespace `sample-domain1-ns`. Also, make sure a Traefik Ingress controller is managing the same namespace and listening on port 30305.
128129

129-
For example, follow the same steps as the [Quick Start](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/) guide up through the [Prepare for a domain]({{< relref "/quickstart/prepare.md" >}}) step.
130+
For example, follow the same steps as the [Quick Start](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/)
131+
guide from the beginning through to the [Prepare for a domain]({{< relref "/quickstart/prepare.md" >}}) step.
130132

131133
{{% notice info %}}
132134
Make sure you stop when you complete the "Prepare for a domain" step and then resume following these instructions.

0 commit comments

Comments
 (0)