-
Notifications
You must be signed in to change notification settings - Fork 138
Allow sessionAffinity for the SolrCloud CommonService #535
Copy link
Copy link
Open
Labels
cloudcustom kube optionsAdding options related to customizing parts of the default Kubernetes resources.Adding options related to customizing parts of the default Kubernetes resources.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Kubernetes ClusterIP Services allow for sessionAffinity, and customization of the max session stickiness timeout.
More information can be found here: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity
All we would need is these options to be given under SolrCloud.Spec.customSolrKubeOptions.commonServiceOptions, and then passed to the service. This doesn't make sense for the headless service or node services.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cloudcustom kube optionsAdding options related to customizing parts of the default Kubernetes resources.Adding options related to customizing parts of the default Kubernetes resources.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers