Skip to content

Commit 59f3f3d

Browse files
committed
Correct AKS reference
1 parent 6a5e241 commit 59f3f3d

File tree

1 file changed

+2
-2
lines changed
  • docs-source/content/samples/simple/azure-kubernetes-service

1 file changed

+2
-2
lines changed

docs-source/content/samples/simple/azure-kubernetes-service/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ You will need an Oracle account. The following steps will direct you to accept t
118118

119119
##### Clone WebLogic Server Kubernetes Operator repository
120120

121-
Clone the [Oracle WebLogic Server Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.0.0-wls-aks.
121+
Clone the [Oracle WebLogic Server Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.0.3.
122122

123123
```bash
124124
$ git clone https://github.com/oracle/weblogic-kubernetes-operator.git
125125
#cd weblogic-kubernetes-operator
126-
$ git checkout v3.0.0-wls-aks
126+
$ git checkout v3.0.3
127127
```
128128

129129
{{% notice info %}} The following sections of the sample instructions will guide you, step-by-step, through the process of setting up a WebLogic cluster on AKS - remaining as close as possible to a native Kubernetes experience. This lets you understand and customize each step. If you wish to have a more automated experience that abstracts some lower level details, you can skip to the [Automation](#automation) section.

0 commit comments

Comments
 (0)