[autoscaler] Add an aggressive_autoscaling flag (#4285)

This commit is contained in:
Daniel Edgecumbe
2019-04-14 02:44:32 +01:00
committed by Robert Nishihara
parent 56a78baf67
commit 3e1adafbce
11 changed files with 113 additions and 17 deletions
+2
View File
@@ -220,6 +220,8 @@ def get_node_ip_address(address="8.8.8.8:53"):
node_ip_address = socket.gethostbyname(host_name)
except Exception:
pass
finally:
s.close()
return node_ip_address