V-245541—Kubernetes Kubelet must not disable timeouts.
>Control Description
>Check Content
Follow these steps to check streaming-connection-idle-timeout: 1. On the Control Plane,
$ps -ef | grep kubeletIf the "--streaming-connection-idle-timeout" option exists, this is a finding. Note the path to the config file (identified by --config). 2.
$grep -i streamingConnectionIdleTimeout <path_to_config_file>If the setting "streamingConnectionIdleTimeout" is set to less than "5m" or is not configured, this is a finding.
>Remediation
Follow these steps to configure streaming-connection-idle-timeout: 1. On the Control Plane,
$ps -ef | grep kubeletRemove the "--streaming-connection-idle-timeout" option if present. Note the path to the config file (identified by --config). 2. Edit the Kubernetes Kubelet file in the --config directory on the Kubernetes Control Plane: Set the argument "streamingConnectionIdleTimeout" to a value of "5m".
>CCI References
Control Correlation Identifiers (CCIs) map STIG findings to NIST 800-53 controls.
>Cross-Framework Mappings
NIST SP 800-53 r5
via DISA CCI ListAsk AI
Configure your API key to use AI features.