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
6ebf168b
Commit
6ebf168b
authored
Jun 15, 2016
by
k8s-merge-robot
Committed by
GitHub
Jun 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27437 from jsafrane/local-up-syncclaim
Automatic merge from submit-queue Update default value of CLAIM_BINDER_SYNC_PERIOD. It's 15 seconds now, see #26414 and #24236.
parents
9a8aabe7
67e5f5c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
local-up-cluster.sh
hack/local-up-cluster.sh
+1
-1
No files found.
hack/local-up-cluster.sh
View file @
6ebf168b
...
@@ -117,7 +117,7 @@ RKT_STAGE1_IMAGE=${RKT_STAGE1_IMAGE:-""}
...
@@ -117,7 +117,7 @@ RKT_STAGE1_IMAGE=${RKT_STAGE1_IMAGE:-""}
CHAOS_CHANCE
=
${
CHAOS_CHANCE
:-
0
.0
}
CHAOS_CHANCE
=
${
CHAOS_CHANCE
:-
0
.0
}
CPU_CFS_QUOTA
=
${
CPU_CFS_QUOTA
:-
false
}
CPU_CFS_QUOTA
=
${
CPU_CFS_QUOTA
:-
false
}
ENABLE_HOSTPATH_PROVISIONER
=
${
ENABLE_HOSTPATH_PROVISIONER
:-
"false"
}
ENABLE_HOSTPATH_PROVISIONER
=
${
ENABLE_HOSTPATH_PROVISIONER
:-
"false"
}
CLAIM_BINDER_SYNC_PERIOD
=
${
CLAIM_BINDER_SYNC_PERIOD
:-
"1
0m
"
}
# current k8s default
CLAIM_BINDER_SYNC_PERIOD
=
${
CLAIM_BINDER_SYNC_PERIOD
:-
"1
5s
"
}
# current k8s default
function
test_apiserver_off
{
function
test_apiserver_off
{
# For the common local scenario, fail fast if server is already running.
# For the common local scenario, fail fast if server is already running.
...
...
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