Allow sessionAffinity for the SolrCloud CommonService #535
Labels
cloud
custom kube options
Adding options related to customizing parts of the default Kubernetes resources.
enhancement
New feature or request
good first issue
Good for newcomers
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.The text was updated successfully, but these errors were encountered: