SV-245541r1069469_rule
V-245541
SRG-APP-000190-CTR-000500
CNTR-K8-001300
CAT II
10
Follow these steps to configure streaming-connection-idle-timeout:
1. On the Control Plane, run the command:
ps -ef | grep kubelet
Remove 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".
Follow these steps to check streaming-connection-idle-timeout:
1. On the Control Plane, run the command:
ps -ef | grep kubelet
If the "--streaming-connection-idle-timeout" option exists, this is a finding.
Note the path to the config file (identified by --config).
2. Run the command:
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.
V-245541
False
CNTR-K8-001300
Follow these steps to check streaming-connection-idle-timeout:
1. On the Control Plane, run the command:
ps -ef | grep kubelet
If the "--streaming-connection-idle-timeout" option exists, this is a finding.
Note the path to the config file (identified by --config).
2. Run the command:
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.
M
5376