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
361b8c36
Commit
361b8c36
authored
Jun 27, 2016
by
Yu-Ju Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the docker debug mode in a e2e test cluster
parent
ecfd4aa1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
config-test.sh
cluster/gce/config-test.sh
+3
-0
No files found.
cluster/gce/config-test.sh
View file @
361b8c36
...
@@ -65,6 +65,9 @@ TERMINATED_POD_GC_THRESHOLD=${TERMINATED_POD_GC_THRESHOLD:-100}
...
@@ -65,6 +65,9 @@ TERMINATED_POD_GC_THRESHOLD=${TERMINATED_POD_GC_THRESHOLD:-100}
# Extra docker options for nodes.
# Extra docker options for nodes.
EXTRA_DOCKER_OPTS
=
"
${
EXTRA_DOCKER_OPTS
:-}
"
EXTRA_DOCKER_OPTS
=
"
${
EXTRA_DOCKER_OPTS
:-}
"
# Enable the docker debug mode.
EXTRA_DOCKER_OPTS
=
"
${
EXTRA_DOCKER_OPTS
}
--debug"
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
# When set to true, Docker Cache is enabled by default as part of the cluster bring up.
# When set to true, Docker Cache is enabled by default as part of the cluster bring up.
...
...
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