Skip to content

Commit 5eef954

Browse files
review changes
1 parent db95cd1 commit 5eef954

File tree

1 file changed

+10
-10
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+10
-10
lines changed

content/operate/kubernetes/deployment/helm.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- docs
66
- operate
77
- kubernetes
8-
description: Install the Redis Enterprise for Kubernetes version 7.8.Wisconsin using helm charts.
8+
description: Install the Redis Enterprise for Kubernetes version 7.8.Wisconsin using Helm charts.
99
linkTitle: Helm
1010
weight: 11
1111
---
@@ -23,13 +23,13 @@ Helm charts provide a simple way to install the Redis Enterprise for Kubernetes
2323

2424
### Example values
2525

26-
The steps below use the following placeholders to indicate values you must provide:
26+
The steps below use the following placeholders to indicate command line parameters you must provide:
2727

28-
- `<repo-name>` is the name of repo holding your helm chart (example: `redis`).
28+
- `<repo-name>` is the name of repo holding your Helm chart (example: `redis`).
2929
- `<release-name>` is the name you give a specific installation of the Helm chart (example: `my-redis-enterprise-operator`)
3030
- `<chart-version>` is the version of the Helm chart you are installing (example: `7.8.2-2`)
3131
- `<namespace-name>` is the name of the new namespace the Redis operator will run in (example: `ns1`)
32-
- `<path-to-chart>` is the filepath to the Helm chart, if it is stored in a local directory (exmaple: `/home/charts/redis-enterprise-operato`)
32+
- `<path-to-chart>` is the filepath to the Helm chart, if it is stored in a local directory (exmaple: `/home/charts/redis-enterprise-operator`)
3333

3434
## Install
3535

@@ -50,7 +50,7 @@ helm install <release-name> redis/redis-enterprise-operator \
5050

5151
To install with Openshift, add `--set openshift.mode=true`.
5252

53-
To monitor the installation add the `--debug` flag. The installation runs several jobs synchronously and may take afew minutes to complete.
53+
To monitor the installation add the `--debug` flag. The installation runs several jobs synchronously and may take a few minutes to complete.
5454

5555
### Install from local directory
5656

@@ -93,17 +93,17 @@ helm install <operator-name> redis/redis-enterprise-operator \
9393

9494
```sh
9595
helm install <operator-name> redis/redis-enterprise-operator \
96-
-- version <release-name> \
97-
-- namespace <namespace-name> \
98-
-- create-namespace \
99-
-- values <path-to-values-file>
96+
--version <release-name> \
97+
--namespace <namespace-name> \
98+
--create-namespace \
99+
--values <path-to-values-file>
100100
```
101101

102102
## Uninstall
103103

104104
1. Delete any custom resources managed by the operator. See [Delete custom resources]({{<relref "operate/kubernetes/re-clusters/delete-custom-resources">}}) for detailed steps. Custom resources must be deleted in the correct order to avoid errors.
105105

106-
2. Uninstall the helm chart.
106+
2. Uninstall the Helm chart.
107107

108108
```sh
109109
helm uninstall <release-name>

0 commit comments

Comments
 (0)