File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
content/operate/kubernetes/deployment Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments