mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-11-01 18:14:00 +00:00
runtime-rs: Correct the default create_container_timeout with 30s
The previous document about the default of create_container_timeout is 30,000 millseconds which not keep alignment with runtime-go. In this commit, we'll change it as 30 seconds. Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
This commit is contained in:
@@ -387,7 +387,7 @@ container_pipe_size=@PIPESIZE@
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ container_pipe_size=@PIPESIZE@
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
@@ -707,7 +707,7 @@ kernel_modules=[]
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
@@ -559,7 +559,7 @@ reconnect_timeout_ms = 5000
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ disable_guest_selinux = true
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ dial_timeout = 45
|
|||||||
#
|
#
|
||||||
# Effective Timeout Determination:
|
# Effective Timeout Determination:
|
||||||
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
# The effective timeout for a CreateContainerRequest is determined by taking the minimum of the following two values:
|
||||||
# - create_container_timeout: The timeout value configured for creating containers (default: 30,000 milliseconds).
|
# - create_container_timeout: The timeout value configured for creating containers (default: 30 seconds).
|
||||||
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
# - runtime-request-timeout: The timeout value specified in the Kubelet configuration described as the link below:
|
||||||
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout)
|
||||||
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
# Defaults to @DEFCREATECONTAINERTIMEOUT@ second(s)
|
||||||
|
|||||||
Reference in New Issue
Block a user