janhoy commented on PR #90: URL: https://github.com/apache/solr-operator/pull/90#issuecomment-4197577719
In k8s v1.35 pods automatically inherit some topology labels https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#pod-topology-labels and in such an environment the operator won't need to do anything other than pulling the labels into env.variables with downward API. So we could choose to make the operator sniff the k8s version, and if >=1.35, prepare env-vars (which implicitly also sets sysprop). Then document that users >=1.35 can benefit from this, while users on older k8s versions will need a workaround, which is not provided by the operator? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
