You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remediation example for --request-timeout is invalid, as parameter needs to have unit defined, ie. 300s or 5m, and not just integer.
- id: 1.1.37
text: "Ensure that the --request-timeout argument is set as appropriate (Scored)"
audit: "ps -ef | grep $apiserverbin | grep -v grep"
type: "manual"
remediation: |
Edit the API server pod specification file $apiserverconf
and set the below parameter as appropriate and if needed. For example,
--request-timeout=300
scored: true
The text was updated successfully, but these errors were encountered:
Thank you @tuminoid for catching that. The remediation is straight from the CIS kubernetes benchmark. We can fix it in kube-bench and we will have to notify CIS.
cc @lizrice
Remediation example for
--request-timeout
is invalid, as parameter needs to have unit defined, ie.300s
or5m
, and not just integer.The text was updated successfully, but these errors were encountered: