Skip to content

Commit e5bc49a

Browse files
change reference to Operator image
1 parent cd6b0eb commit e5bc49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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/`. 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.
99

1010
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.
1111

0 commit comments

Comments
 (0)