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
827ed222
Commit
827ed222
authored
Jan 30, 2018
by
Lantao Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make kubelet flags of kube-up.sh configurable.
Signed-off-by:
Lantao Liu
<
lantaol@google.com
>
parent
f519cba4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
config-default.sh
cluster/gce/config-default.sh
+2
-0
No files found.
cluster/gce/config-default.sh
View file @
827ed222
...
...
@@ -89,6 +89,8 @@ RKT_STAGE1_IMAGE=${KUBE_RKT_STAGE1_IMAGE:-coreos.com/rkt/stage1-coreos}
MASTER_EXTRA_METADATA
=
${
KUBE_MASTER_EXTRA_METADATA
:-${
KUBE_EXTRA_METADATA
:-}}
# MASTER_EXTRA_METADATA is the extra instance metadata on node instance separated by commas.
NODE_EXTRA_METADATA
=
${
KUBE_NODE_EXTRA_METADATA
:-${
KUBE_EXTRA_METADATA
:-}}
# KUBELET_TEST_ARGS are extra arguments passed to kubelet.
KUBELET_TEST_ARGS
=
${
KUBE_KUBELET_EXTRA_ARGS
:-}
NETWORK
=
${
KUBE_GCE_NETWORK
:-
default
}
# Enable network deletion by default (for kube-down), unless we're using 'default' network.
...
...
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