Commit 6ebf168b authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

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
...@@ -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:-"10m"} # current k8s default CLAIM_BINDER_SYNC_PERIOD=${CLAIM_BINDER_SYNC_PERIOD:-"15s"} # 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment