Re: [I] Expose k8s topology labels to Solr PODs [solr-operator]

2026-02-11 Thread via GitHub


janhoy commented on issue #556:
URL: https://github.com/apache/solr-operator/issues/556#issuecomment-3885305825

   Sounds as good news. I did not get from that text whether it will happen 
automatically from 1.35 or if we need to fetch them ourselves with downward api.
   
   @HoustonPutman, is this perhaps something we want to automatically add to 
our pods, conditionally on k8s version >=1.35? And then we can document that 
users of newer k8s versions will get the ENV / sysprop automatically and can 
use it in placement plugin, but users of older k8s versions may need to add 
their own init container and query K8s API.


-- 
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]



Re: [I] Expose k8s topology labels to Solr PODs [solr-operator]

2026-02-11 Thread via GitHub


lopf commented on issue #556:
URL: https://github.com/apache/solr-operator/issues/556#issuecomment-3885083472

   Just a heads-up: Starting with Kubernetes 1.35, node topology labels are 
exposed to Pods via the Downward API (currently in beta). This might be 
relevant here.
   
   See 
https://kubernetes.io/blog/2025/12/17/kubernetes-v1-35-release/#expose-node-topology-labels-via-downward-api


-- 
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]