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
Is your feature request related to a problem? Please describe.
The current Redis and Redis-Cluster CRD and Helm charts provided by OT-CONTAINER-KIT do not allow users to add custom annotations to headless services. This limitation makes it challenging to integrate with tools like external-dns or other systems that require specific annotations on services for automation and configuration.
Describe the solution you'd like
I would like the CRD for Redis and Redis-Cluster, as well as the Helm charts, to include support for specifying custom annotations on the headless services. This could be implemented as an optional field in the CRD and values.yaml file, allowing users to define custom annotations.
Describe alternatives you've considered
I have created a separate headless service with custom annotations as shown below:
Additional context
Adding support for custom annotations on headless services would make the Redis and Redis-Cluster charts more flexible and easier to integrate into various environments. This feature would particularly benefit users leveraging Kubernetes-native DNS management tools like external-dns
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current Redis and Redis-Cluster CRD and Helm charts provided by OT-CONTAINER-KIT do not allow users to add custom annotations to headless services. This limitation makes it challenging to integrate with tools like external-dns or other systems that require specific annotations on services for automation and configuration.
Describe the solution you'd like
I would like the CRD for Redis and Redis-Cluster, as well as the Helm charts, to include support for specifying custom annotations on the headless services. This could be implemented as an optional field in the CRD and values.yaml file, allowing users to define custom annotations.
Describe alternatives you've considered
I have created a separate headless service with custom annotations as shown below:
What version of redis-operator are you using?
redis-operator version: 0.19.1
Redis CRD and redis helm chart version: 0.16.5
Additional context
Adding support for custom annotations on headless services would make the Redis and Redis-Cluster charts more flexible and easier to integrate into various environments. This feature would particularly benefit users leveraging Kubernetes-native DNS management tools like external-dns
The text was updated successfully, but these errors were encountered: