spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 356 forks source link

Configure operator cli args through Helm #619

Closed hashemi-soroush closed 11 months ago

hashemi-soroush commented 1 year ago

Feature Request

The operator has a lot of configurations that can be set through CLI args and are helpful when deploying on staging or production. For example, log-level is very helpful when deploying on staging. Also k8s-cli-qps-limit, k8s-cli-burstable-limit, and concurrency come in handy when dealing with small or lead-sensitive Kubernetes clusters.

Currently, there is no way to set those CLI args through Helm. Adding this feature only requires adding a new item to the chart's values and using that to fill the args of the operator container in the deployment.yaml.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 45 days with no activity.

hashemi-soroush commented 11 months ago

Not stale. Waiting for the core team to review the linked PR.