From 923b2b4782f71349b92cdb0ffb4aa97c85017f5a Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Tue, 2 Aug 2016 16:33:55 -0400 Subject: [PATCH] Documented second arg to create-flanneld-opts in cluster/ubuntu/util.sh Fixes #29546 --- cluster/ubuntu/util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index ddd3c50be2c..8b34052bf9e 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -318,6 +318,7 @@ EOF # Create ~/kube/default/flanneld with proper contents. # $1: The one hostname or IP address at which the etcd leader listens. +# $2: The IP address or network interface for the local Flannel daemon to use function create-flanneld-opts() { cat < ~/kube/default/flanneld FLANNEL_OPTS="--etcd-endpoints=http://${1}:4001 \