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
d609e6cc
Commit
d609e6cc
authored
Apr 26, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24676 from jeffvance/hack-pv
Automatic merge from submit-queue added claim_binder sync period simple addition to local-up-cluster to support pvclaimbinder-sync-period.
parents
b8131fea
f4f6a53a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
local-up-cluster.sh
hack/local-up-cluster.sh
+2
-0
No files found.
hack/local-up-cluster.sh
View file @
d609e6cc
...
...
@@ -110,6 +110,7 @@ RKT_STAGE1_IMAGE=${RKT_STAGE1_IMAGE:-""}
CHAOS_CHANCE
=
${
CHAOS_CHANCE
:-
0
.0
}
CPU_CFS_QUOTA
=
${
CPU_CFS_QUOTA
:-
false
}
ENABLE_HOSTPATH_PROVISIONER
=
${
ENABLE_HOSTPATH_PROVISIONER
:-
"false"
}
CLAIM_BINDER_SYNC_PERIOD
=
${
CLAIM_BINDER_SYNC_PERIOD
:-
"10m"
}
# current k8s default
function
test_apiserver_off
{
# For the common local scenario, fail fast if server is already running.
...
...
@@ -288,6 +289,7 @@ function start_controller_manager {
--root-ca-file
=
"
${
ROOT_CA_FILE
}
"
\
--enable-hostpath-provisioner
=
"
${
ENABLE_HOSTPATH_PROVISIONER
}
"
\
${
node_cidr_args
}
\
--pvclaimbinder-sync-period
=
"
${
CLAIM_BINDER_SYNC_PERIOD
}
"
\
--master
=
"
${
API_HOST
}
:
${
API_PORT
}
"
>
"
${
CTLRMGR_LOG
}
"
2>&1 &
CTLRMGR_PID
=
$!
}
...
...
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