k3s/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
..
master Merge pull request #11559 from PhilibertDugas/master 2015-08-05 15:04:14 -07:00
minion Merge pull request #11559 from PhilibertDugas/master 2015-08-05 15:04:14 -07:00
.gitignore upgrade k8s to 1.0.1 2015-07-24 13:31:52 +08:00
build.sh upgrade k8s to 1.0.1 2015-07-24 13:31:52 +08:00
config-default.sh Merge pull request #11944 from mamikonyana/flannel_net_config 2015-08-03 15:12:23 -07:00
config-test.sh Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance 2015-05-07 21:01:29 +08:00
deployAddons.sh deprecate outdated param 2015-07-29 13:57:14 +08:00
namespace.yaml deprecate outdated param 2015-07-29 13:57:14 +08:00
reconfDocker.sh bug fix: DOCKER_OPTS not works 2015-08-06 16:50:44 +00:00
util.sh Initialize global variable MINION_IPS in setClusterInfo function 2015-08-07 11:23:02 +00:00