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
Verify that the redis-cluster-operator is up and running:
88
107
```
89
108
$ kubectl get deployment
90
109
NAME READY UP-TO-DATE AVAILABLE AGE
91
110
redis-cluster-operator 1/1 1 1 1d
92
111
```
93
112
113
+
### Usage
94
114
#### Deploy a sample Redis Cluster
95
115
96
116
NOTE: **Only the redis cluster that use persistent storage(pvc) can recover after accidental deletion or rolling update.Even if you do not use persistence(like rdb or aof), you need to set pvc for redis.**
0 commit comments