Files
kubernetes/cluster/ubuntu
qiaolei 2fd47194bd Initialize global variable MINION_IPS in setClusterInfo function
Initialize global variable MINION_IPS in setClusterInfo function.
MINION_IPS is defined as a global variable, and is concatenated with other nodeIP.
When setClusterInfo is called for many times, this could cause potential problems.
Such as, you will have MINION_IPS=192.168.0.2,192.168.0.3,192.168.0.2,192.168.0.3 which is obviously wrong.

Update util.sh
2015-08-07 11:23:02 +00:00
..
2015-07-24 13:31:52 +08:00
2015-07-24 13:31:52 +08:00
2015-07-29 13:57:14 +08:00
2015-07-29 13:57:14 +08:00
2015-08-06 16:50:44 +00:00