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
3dfd3249
Commit
3dfd3249
authored
Sep 27, 2016
by
André Martins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hack: fix local-cluster-up advertise_address default value
Fixes:
9fc1d61a
Signed-off-by:
André Martins
<
aanm90@gmail.com
>
parent
354f003c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
local-up-cluster.sh
hack/local-up-cluster.sh
+1
-1
exceptions.txt
hack/verify-flags/exceptions.txt
+1
-1
No files found.
hack/local-up-cluster.sh
View file @
3dfd3249
...
@@ -293,7 +293,7 @@ function start_apiserver {
...
@@ -293,7 +293,7 @@ function start_apiserver {
# is set to 127.0.0.1
# is set to 127.0.0.1
advertise_address
=
""
advertise_address
=
""
if
[[
"
${
API_HOST
}
"
!=
"127.0.0.1"
]]
;
then
if
[[
"
${
API_HOST
}
"
!=
"127.0.0.1"
]]
;
then
advertise_address
=
"--advertise_address=
${
API_HOST
}
"
advertise_address
=
"--advertise_address=
${
API_HOST
_IP
}
"
fi
fi
APISERVER_LOG
=
/tmp/kube-apiserver.log
APISERVER_LOG
=
/tmp/kube-apiserver.log
...
...
hack/verify-flags/exceptions.txt
View file @
3dfd3249
...
@@ -86,7 +86,7 @@ federation/deploy/config.json.sample: "cluster_name": "cluster3-kubernetes"
...
@@ -86,7 +86,7 @@ federation/deploy/config.json.sample: "cluster_name": "cluster3-kubernetes"
federation/deploy/config.json.sample: "num_nodes": 3,
federation/deploy/config.json.sample: "num_nodes": 3,
federation/deploy/config.json.sample: "num_nodes": 3,
federation/deploy/config.json.sample: "num_nodes": 3,
federation/deploy/config.json.sample: "num_nodes": 3,
federation/deploy/config.json.sample: "num_nodes": 3,
hack/local-up-cluster.sh: advertise_address="--advertise_address=${API_HOST}"
hack/local-up-cluster.sh: advertise_address="--advertise_address=${API_HOST
_IP
}"
hack/local-up-cluster.sh: runtime_config="--runtime-config=${RUNTIME_CONFIG}"
hack/local-up-cluster.sh: runtime_config="--runtime-config=${RUNTIME_CONFIG}"
hack/local-up-cluster.sh: advertise_address=""
hack/local-up-cluster.sh: advertise_address=""
hack/local-up-cluster.sh: runtime_config=""
hack/local-up-cluster.sh: runtime_config=""
...
...
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