CIS 1.9 Make kube-apiserver --request-timeout check (1.2.20) from Manual to Automated? #1694
Closed
heitzflorian
started this conversation in
Development
Replies: 1 comment
-
@heitzflorian thanks for your opinion! it's really nice! it was reverted here #874 and the discussion #841 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actually the kube-apiserver --request-timeout is a "manual" type check with the following specifications:
I think this could be easily changed to an automated check using the following specifications:
It will not check the value of timeout, but only if the flag is set.
Before change:
After change:
If you're interested in, i can open a issue for that and propose the associated Pull Request.
Beta Was this translation helpful? Give feedback.
All reactions