Skip to content

Commit 29bedf8

Browse files
rough outline
1 parent 9acea0d commit 29bedf8

File tree

1 file changed

+46
-0
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
Title: Install the Redis Enterprise Helm chart
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- kubernetes
8+
description: Install the Redis Enterprise operator using helm charts.
9+
linkTitle: Helm
10+
weight: 11
11+
---
12+
13+
## Prerequisites
14+
K8s 1.23 LINK TO SUPPORTED DISTROS, ADD SPECIFICS OF REQUIRED REDB, RHEL9 AND MODULE VERSIONS
15+
HELM 3.10
16+
17+
## Install
18+
19+
1. Add repo with `helm repo add`
20+
1. Install chart with new namespace `helm install`
21+
To install with Openshift, add --set openshift.mode=true
22+
To monitor install use --debug flag
23+
24+
To install from local directory:
25+
26+
1. Download tgz file
27+
1. helm install from local directory
28+
29+
## Configuration
30+
31+
Install with values file
32+
33+
Install and override specific default values
34+
35+
## Uninstall
36+
37+
38+
1. Delete any custom resources managed by the operator in the following order. LINK TO UNINSTALL PAGE, POSSIBLY EMBED
39+
```sh
40+
kubectl delete redb <name>
41+
kubectl delete rerc <name>
42+
kubectl delete reaadb <name>
43+
kubectl delete rec <name>
44+
```
45+
46+
## Known limitations

0 commit comments

Comments
 (0)