ctubbsii commented on issue #3178:
URL: https://github.com/apache/accumulo/issues/3178#issuecomment-1421399146

   > However, If you want to reduce the balancer's "knowledge" of k8s existing 
then you could inject the label metadata via a environment variable in your pod 
spec set to the same label value.
   
   That's basically the direction #3189 takes... adding environment, but not a 
process environment variable, but environment in Accumulo's service 
advertisements... which is a lot easier for remote services to see than 
environment inside the server.
   
   > 
   > This would still require the balancer to understand the concept of groups, 
but remove the k8s requirement from accumulo-based code.
   
   Yeah, a group-aware balancer has yet to be written, but #3189 lays the 
groundwork in the environment so it can be done subsequently, all unaware of k8.


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

Reply via email to