Skip to content

Commit dcf25c5

Browse files
authored
Merge pull request #467 from oracle/rmarano
change reference to Operator image
2 parents cd6b0eb + cc800d0 commit dcf25c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

site/architecture.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ The operator consists of the following two main parts:
55
* The operator itself, a process that runs in a Docker container deployed into a Kubernetes pod and which performs the actual management tasks.
66
* A Kubernetes job which can be used to create a WebLogic domain.
77

8-
The operator is packaged in a Docker image `container-registry.oracle.com/middleware/weblogic-operator:latest`. This image can be deployed to a Kubernetes cluster. It is recommended that the operator be deployed in its own namespace. Only one operator is permitted in a namespace; however, multiple operators may be deployed in a Kubernetes cluster provided they are each in their own namespace and the list of namespaces they manage do not overlap.
8+
The operator is packaged in a [Docker image](`https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/`) which you can access using the following `docker pull` command:
9+
10+
```
11+
12+
docker pull oracle/weblogic-kubernetes-operator:1.1
13+
14+
```
15+
16+
This image can be deployed to a Kubernetes cluster. It is recommended that the operator be deployed in its own namespace. Only one operator is permitted in a namespace; however, multiple operators may be deployed in a Kubernetes cluster provided they are each in their own namespace and the list of namespaces they manage do not overlap.
917

1018
Scripts are provided to deploy the operator to a Kubernetes cluster. These scripts also provide options to install and configure a load balancer and Elastic Stack integration.
1119

0 commit comments

Comments
 (0)