-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shubham Gupta <[email protected]>
- Loading branch information
1 parent
2e813e6
commit 7c227f4
Showing
1 changed file
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ The following table shows the compatibility between the Operator Version, Redis | |
|
||
| Operator Version | Redis Image | Sentinel Image | Exporter Image | | ||
|------------------|-------------|----------------|----------------| | ||
| v0.15.0 | v7.0.12 | v7.0.12 | v1.48.0 | | ||
| v0.15.0 | v7.0.11 | v7.0.11 | v1.48.0 | | ||
| v0.14.0 | v7.0.7 | v7.0.7 | v1.48.0 | | ||
| v0.13.0 | v6.2.5 | nil | v1.48.0 | | ||
|
@@ -122,33 +123,6 @@ $ helm upgrade redis-sentinel ot-helm/sentinel \ | |
--install --namespace ot-operators | ||
``` | ||
|
||
If you used this just for testing and development purpose you can delete the resources associated with it | ||
|
||
```shell | ||
# Delete the Redis standalone setup | ||
$ helm uninstall redis --namespace ot-operators | ||
``` | ||
|
||
```shell | ||
# Delete the Redis cluster setup | ||
$ helm uninstall redis-cluster --namespace ot-operators | ||
``` | ||
|
||
```shell | ||
# Delete the Redis replication setup | ||
$ helm uninstall redis-replication --namespace ot-operators | ||
``` | ||
|
||
```shell | ||
# Delete the Redis sentinel setup | ||
$ helm uninstall redis-sentinel --namespace ot-operators | ||
``` | ||
|
||
```shell | ||
# Delete the Redis operator | ||
$ helm uninstall redis-operator --namespace ot-operators | ||
``` | ||
|
||
If you want to customize the value file by yourself while initializing the helm command, the values files for reference are present [here](https://github.com/OT-CONTAINER-KIT/helm-charts/tree/main/charts/redis-setup). | ||
|
||
## Monitoring with Prometheus | ||
|
@@ -172,4 +146,6 @@ Please see our [CHANGELOG.md](./CHANGELOG.md) for details. | |
## Contact Information | ||
This project is managed by [OpsTree Solutions](http://opstree.com). If you have any queries or suggestions, mail us at [[email protected]]([email protected]). | ||
This project is managed by [OpsTree Solutions](http://opstree.com). For any queries or suggestions, you can reach out to us at [[email protected]](mailto:[email protected]). | ||
Join our Slack Channel: [#redis-operator](https://opstree.slack.com/archives/C05MBRB50JG). |