-
Notifications
You must be signed in to change notification settings - Fork 10
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
Test-Automation for rcm installation #48
Comments
security-profiles-operator faces similar challenges as rcm. Here their GH workflow to test within kind: https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/.github/workflows/olm_tests.yaml |
Can we close this issue with the merge of #234? |
I'd vote we either close this one and track next test automation goals (other distros, other shims, more scenarios) in a new ticket or continue tracking in this ticket but remove from the first milestone (I think #234 satisfies test automation needs for the first mvp release). |
We want to automate test runs to ensure the reliable installation of RCM and shims.
What to test
Where to test
As RCM is messing with nodes' filesystem, using it on as many Kubernetes flavors as possible is crucial. Therefore, a minimum of covered Kubernetes distributions would be:
Ideally, we'd like to test the managed services of major cloud providers:
However, the main issue will be the associated cost of creating clusters during CI runtime. Maybe we'll find a way to get some sponsoring?
The text was updated successfully, but these errors were encountered: