Use uuid instead of random integer to provide more uniform random generated hostnames if hostname is not available #1257
Labels
a/tech_debt
Area: related to tech debt
c/autoscaling/autoscaler-agent
Component: autoscaling: autoscaler-agent
In a case if hostname is not available we use random int (0,100) to generate a hostname. With the small probability it might be the same generated hostname in two different pods.
More context:
Originally posted by @mikhail-sakhnov in #1242 (comment)
The text was updated successfully, but these errors were encountered: