Skip to content

Commit 5b2ef3b

Browse files
reword overview
1 parent 1d1acd6 commit 5b2ef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An operator is an application-specific controller that extends Kubernetes to cre
44

55
## Overview
66

7-
The operator uses Helm to create and deploy any necessary resources and then run the operator in a Kubernetes cluster. Helm helps you manage Kubernetes applications. Helm charts help you define and install applications into the Kubernetes cluster. The operator's Helm chart is located in the `kubernetes/charts/weblogic-operator` directory.
7+
Helm is used to create and deploy and necessary operator resources and to run the operator in a Kubernetes cluster. Helm is a framework that helps you manage Kubernetes applications, and helm charts help you define and install Helm applications into a Kubernetes cluster. The operator's Helm chart is located in the `kubernetes/charts/weblogic-operator` directory.
88

99
> If you have an older version of the operator installed on your cluster, then you must remove it before installing this version. This includes the 2.0-rc1 version; it must be completely removed. You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
1010
resource definition (for example, `kubectl delete crd domain`). If you do not remove

0 commit comments

Comments
 (0)