mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #29942 from ibm-contribs/issue-29546
Automatic merge from submit-queue Documented second arg to create-flanneld-opts in cluster/ubuntu/util.sh This is a bug fix, no release note needed. Fixes #29546
This commit is contained in:
commit
c19a65c0c6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user