Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Implement kubelet process automated tests #157

Closed
jeniawhite opened this issue May 18, 2022 · 2 comments · Fixed by #127
Closed

[BUG] Implement kubelet process automated tests #157

jeniawhite opened this issue May 18, 2022 · 2 comments · Fixed by #127
Assignees
Labels
8.3 candidate verified label for fixed and retested issues

Comments

@jeniawhite
Copy link
Contributor

Describe the bug
Improve the testing infrastructure in order to support the restart of kubelet service via systemctl.
Implement the kubelet rules tests.

Expected behavior
Should run automated kubelet rules tests

@jeniawhite jeniawhite added bug Something isn't working csp: last mile labels May 18, 2022
@jeniawhite jeniawhite self-assigned this May 18, 2022
@tehilashn tehilashn removed the bug Something isn't working label May 18, 2022
@jeniawhite
Copy link
Contributor Author

jeniawhite commented May 24, 2022

I've left some rule gaps due to implementation complexity/open questions

Etcd rules:
2.1 - requires certificate files (removing them or placing stubs kills the cluster)
2.4 - requires certificate files (removing them or placing stubs kills the cluster)

Kubelet rules:
4.2.8 - not configurable via the kubelet config file
4.2.9 - eventRecordQPS should be an appropriate level and rego checks only for 0
4.2.12 - first test case should fail instead of pass

@eyalkraft
Copy link
Contributor

Hey Jenia, Great work!!
Could you try and estimate the required work for each one of these gaps?

This will let us prioritize them and decide if we want to put the effort into implementing those tests.

@ofiriro3 ofiriro3 added the verified label for fixed and retested issues label Jun 9, 2022
orouz pushed a commit to orouz/cloudbeat that referenced this issue Sep 6, 2023
orestisfl pushed a commit to orestisfl/cloudbeat that referenced this issue Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 candidate verified label for fixed and retested issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants