Andrew Thompson
Andrew Thompson
Fixing typo in docs
This adds support to set a serviceAccountName on the StatefulSets Resolves #324
I noticed that there is a goroutine leak due to opening redis client connections and never closing or reusing them. The goroutine count with a single cluster was increasing by...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Add support to set the `.spec.updateStrategy.type` on the StatefulSet to better control uptime when making...
**Is your feature request related to a problem? Please describe.** My k8s cluster requires the use of a security policy, so I am getting this error: `StatefulSet mycluster-leader failed error:...
**Is your feature request related to a problem? Please describe.** When updating labels the statefulset will not get updated because the same set of labels is used for `metadata.labels`, `spec.selector.matchLabels`,...