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
To install with Openshift, add `--set openshift.mode=true`.
53
52
54
53
To monitor the installation add the `--debug` flag. The installation runs several jobs synchronously and may take afew minutes to complete.
55
54
56
-
57
55
### Install from local directory
58
56
59
57
1. Find the latest release on the [redis-enterprise-k8s-docs](https://github.com/RedisLabs/redis-enterprise-k8s-docs/releases) repo and download the `tar.gz` source code into a local directory.
60
58
61
-
1. Install the Helm chart from your local directory.
59
+
2. Install the Helm chart from your local directory.
62
60
63
-
```sh
64
-
helm install <release-name><path-to-chart> \
65
-
--namespace <namespace-name> \
66
-
--create-namespace
67
-
```
61
+
```sh
62
+
helm install <release-name><path-to-chart> \
63
+
--namespace <namespace-name> \
64
+
--create-namespace
65
+
```
68
66
69
67
To install with Openshift, add `--set openshift.mode=true`.
70
68
71
69
To monitor the installation add the `--debug` flag. The installation runs several jobs synchronously and may take a few minutes to complete.
72
70
73
71
### Specify values during install
74
72
75
-
1. View configurable values with `helm show values redis/redis --version <release-name>`.
73
+
1. View configurable values with `helm show values <repo-name>/<chart-name>`.
76
74
77
-
1. Install the Helm chart, overriding specific value defaults using `--set`.
75
+
2. Install the Helm chart, overriding specific value defaults using `--set`.
1. Delete any custom resources managed by the operator. See [Delete custom resources]({{<relref "content/operate/kubernetes/re-clusters/delete-custom-resources.md">}}) for detailed steps. Custom resources must be deleted in the correct order to avoid errors.
108
105
109
-
1. Uninstall the helm chart.
106
+
2. Uninstall the helm chart.
110
107
111
-
```sh
112
-
helm uninstall <release-name>
113
-
```
108
+
```sh
109
+
helm uninstall <release-name>
110
+
```
114
111
115
112
This removes all Kubernetes resources associated with the chart and deletes the release.
0 commit comments