mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
Merge pull request #75984 from umohnani8/e2e
Add RUNTIME_REQUEST_TIMEOUT to local-up-cluster.sh
This commit is contained in:
commit
b274fb3570
@ -227,6 +227,7 @@ LOG_SPEC=${LOG_SPEC:-""}
|
|||||||
LOG_DIR=${LOG_DIR:-"/tmp"}
|
LOG_DIR=${LOG_DIR:-"/tmp"}
|
||||||
CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-"docker"}
|
CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-"docker"}
|
||||||
CONTAINER_RUNTIME_ENDPOINT=${CONTAINER_RUNTIME_ENDPOINT:-""}
|
CONTAINER_RUNTIME_ENDPOINT=${CONTAINER_RUNTIME_ENDPOINT:-""}
|
||||||
|
RUNTIME_REQUEST_TIMEOUT=${RUNTIME_REQUEST_TIMEOUT:-"2m"}
|
||||||
IMAGE_SERVICE_ENDPOINT=${IMAGE_SERVICE_ENDPOINT:-""}
|
IMAGE_SERVICE_ENDPOINT=${IMAGE_SERVICE_ENDPOINT:-""}
|
||||||
CHAOS_CHANCE=${CHAOS_CHANCE:-0.0}
|
CHAOS_CHANCE=${CHAOS_CHANCE:-0.0}
|
||||||
CPU_CFS_QUOTA=${CPU_CFS_QUOTA:-true}
|
CPU_CFS_QUOTA=${CPU_CFS_QUOTA:-true}
|
||||||
@ -777,6 +778,7 @@ function start_kubelet {
|
|||||||
${net_plugin_args[@]+"${net_plugin_args[@]}"}
|
${net_plugin_args[@]+"${net_plugin_args[@]}"}
|
||||||
${container_runtime_endpoint_args[@]+"${container_runtime_endpoint_args[@]}"}
|
${container_runtime_endpoint_args[@]+"${container_runtime_endpoint_args[@]}"}
|
||||||
${image_service_endpoint_args[@]+"${image_service_endpoint_args[@]}"}
|
${image_service_endpoint_args[@]+"${image_service_endpoint_args[@]}"}
|
||||||
|
"--runtime-request-timeout=${RUNTIME_REQUEST_TIMEOUT}"
|
||||||
"--port=${KUBELET_PORT}"
|
"--port=${KUBELET_PORT}"
|
||||||
${KUBELET_FLAGS}
|
${KUBELET_FLAGS}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user