RocksLabs / kvrocks-operator

Apache License 2.0
36 stars 15 forks source link

feat: use deployment for sentinel #36

Closed jiayouxujin closed 1 year ago

jiayouxujin commented 1 year ago

Hi, This PR is for using deployment for sentinel.

Since the sentinel does not need to be a stateful service, we can use a deployment to deploy the sentinel. Meanwhile, the redis-operator also uses the same approach.

the related issues are #13 #37 #38 .