Documented second arg to create-flanneld-opts in cluster/ubuntu/util.sh

Fixes #29546
pull/6/head
Mike Spreitzer 2016-08-02 16:33:55 -04:00
parent fd4e923890
commit 923b2b4782
1 changed files with 1 additions and 0 deletions

View File

@ -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 <<EOF > ~/kube/default/flanneld
FLANNEL_OPTS="--etcd-endpoints=http://${1}:4001 \