Skip to content

Commit b6de65c

Browse files
authored
Remove TODO as in model-in-image.md (#2224)
1 parent 0a65c34 commit b6de65c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs-source/content/samples/simple/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ This sample demonstrates how to use the [Oracle WebLogic Server Kubernetes Opera
2626

2727
##### Clone WebLogic Server Kubernetes Operator repository
2828

29-
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.1.1.
29+
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.1.1, but should work with the latest release.
3030

3131
```bash
3232
$ git clone https://github.com/oracle/weblogic-kubernetes-operator.git
33-
#cd weblogic-kubernetes-operator
34-
#TODO: we have to fix the branch after the source code are merged
35-
#git checkout v3.1.1
3633
```
3734

3835
{{% 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)