You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/content/userguide/managing-operators/installation/_index.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,15 @@ weight: 1
6
6
---
7
7
8
8
The operator uses Helm to create and deploy the necessary resources and
9
-
then run the operator in a Kubernetes cluster.
9
+
then run the operator in a Kubernetes cluster. This document describes how to install, upgrade,
10
+
and remove the operator.
11
+
12
+
#### Content
13
+
14
+
-[Install the operator Helm chart](#install-the-operator-helm-chart)
15
+
-[Alternatively, install the operator Helm chart from the GitHub chart repository](#alternatively-install-the-operator-helm-chart-from-the-github-chart-repository)
16
+
-[Upgrade the operator](#upgrade-the-operator)
17
+
-[Remove the operator](#remove-the-operator)
10
18
11
19
#### Install the operator Helm chart
12
20
@@ -76,7 +84,23 @@ Install the operator from the repository:
The `helm delete` command is used to remove an operator release and its associated resources from the Kubernetes cluster. The release name used with the `helm delete` command is the same release name used with the `helm install` command (see [Install the Helm chart](#install-the-operator-helm-chart)). For example:
0 commit comments