### 描述: Redis ha helm chart error - NOREPLICAS Not enough good replicas to write ### 方案: ``` helm install stable/redis-ha kubectl edit cm redis-ha-configmap # change min-slaves-to-write from 1 to 0 kubectl delete pod redis-ha-0 ``` ### 参考文档: [安装方式](https://blog.csdn.net/jesse919/article/details/102605178) https://stackoverflow.com/questions/55365775/redis-ha-helm-chart-error-noreplicas-not-enough-good-replicas-to-write