Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
923b2b47
Commit
923b2b47
authored
Aug 02, 2016
by
Mike Spreitzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documented second arg to create-flanneld-opts in cluster/ubuntu/util.sh
Fixes #29546
parent
fd4e9238
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
util.sh
cluster/ubuntu/util.sh
+1
-0
No files found.
cluster/ubuntu/util.sh
View file @
923b2b47
...
@@ -318,6 +318,7 @@ EOF
...
@@ -318,6 +318,7 @@ EOF
# Create ~/kube/default/flanneld with proper contents.
# Create ~/kube/default/flanneld with proper contents.
# $1: The one hostname or IP address at which the etcd leader listens.
# $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
()
{
function
create-flanneld-opts
()
{
cat
<<
EOF
> ~/kube/default/flanneld
cat
<<
EOF
> ~/kube/default/flanneld
FLANNEL_OPTS="--etcd-endpoints=http://
${
1
}
:4001 \
FLANNEL_OPTS="--etcd-endpoints=http://
${
1
}
:4001 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment