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
71b8b352
Commit
71b8b352
authored
Nov 17, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17370 from gmarek/fix-kubemark
Auto commit by PR queue bot
parents
e09e30d5
21e9401a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
config-default.sh
cluster/kubemark/config-default.sh
+15
-1
No files found.
cluster/kubemark/config-default.sh
View file @
71b8b352
...
@@ -29,7 +29,7 @@ REGISTER_MASTER_KUBELET=${REGISTER_MASTER:-false}
...
@@ -29,7 +29,7 @@ REGISTER_MASTER_KUBELET=${REGISTER_MASTER:-false}
PREEMPTIBLE_MINION
=
${
PREEMPTIBLE_MINION
:-
false
}
PREEMPTIBLE_MINION
=
${
PREEMPTIBLE_MINION
:-
false
}
OS_DISTRIBUTION
=
${
KUBE_OS_DISTRIBUTION
:-
debian
}
OS_DISTRIBUTION
=
${
KUBE_OS_DISTRIBUTION
:-
debian
}
MASTER_IMAGE
=
${
KUBE_GCE_MASTER_IMAGE
:-
container
-vm-v2015
0806
}
MASTER_IMAGE
=
${
KUBE_GCE_MASTER_IMAGE
:-
container
-vm-v2015
1103
}
MASTER_IMAGE_PROJECT
=
${
KUBE_GCE_MASTER_PROJECT
:-
google
-containers
}
MASTER_IMAGE_PROJECT
=
${
KUBE_GCE_MASTER_PROJECT
:-
google
-containers
}
NETWORK
=
${
KUBE_GCE_NETWORK
:-
default
}
NETWORK
=
${
KUBE_GCE_NETWORK
:-
default
}
...
@@ -39,6 +39,20 @@ MASTER_TAG="kubemark-master"
...
@@ -39,6 +39,20 @@ MASTER_TAG="kubemark-master"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.244.0.0/16
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.244.0.0/16
}
"
RUNTIME_CONFIG
=
"
${
KUBE_RUNTIME_CONFIG
:-}
"
RUNTIME_CONFIG
=
"
${
KUBE_RUNTIME_CONFIG
:-}
"
TERMINATED_POD_GC_THRESHOLD
=
${
TERMINATED_POD_GC_THRESHOLD
:-
100
}
# Optional: enable v1beta1 related features
ENABLE_DEPLOYMENTS
=
"
${
KUBE_ENABLE_DEPLOYMENTS
:-
true
}
"
ENABLE_DAEMONSETS
=
"
${
KUBE_ENABLE_DAEMONSETS
:-
true
}
"
TEST_CLUSTER_LOG_LEVEL
=
"
${
TEST_CLUSTER_LOG_LEVEL
:-
--v=2
}
"
TEST_CLUSTER_RESYNC_PERIOD
=
"
${
TEST_CLUSTER_RESYNC_PERIOD
:-
--min-resync-period=12h
}
"
KUBELET_TEST_ARGS
=
"--max-pods=100
$TEST_CLUSTER_LOG_LEVEL
"
APISERVER_TEST_ARGS
=
"--runtime-config=extensions/v1beta1
${
TEST_CLUSTER_LOG_LEVEL
}
"
CONTROLLER_MANAGER_TEST_ARGS
=
"
${
TEST_CLUSTER_LOG_LEVEL
}
${
TEST_CLUSTER_RESYNC_PERIOD
}
"
SCHEDULER_TEST_ARGS
=
"
${
TEST_CLUSTER_LOG_LEVEL
}
"
KUBEPROXY_TEST_ARGS
=
"
${
TEST_CLUSTER_LOG_LEVEL
}
"
# Increase the sleep interval value if concerned about API rate limits. 3, in seconds, is the default.
# Increase the sleep interval value if concerned about API rate limits. 3, in seconds, is the default.
POLL_SLEEP_INTERVAL
=
3
POLL_SLEEP_INTERVAL
=
3
...
...
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