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

sev: k8s_delete_all method not deleting services/pods #5760

Open
ryansavino opened this issue Aug 30, 2023 · 0 comments
Open

sev: k8s_delete_all method not deleting services/pods #5760

ryansavino opened this issue Aug 30, 2023 · 0 comments
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.

Comments

@ryansavino
Copy link
Member

pods and services are getting left over after sev tests due to incorrect parameters passed to the k8s_delete_all method.
Also, the simple-kbs is running on a docker image (rust:1) that was updated and doesn't support openssl v3.

@ryansavino ryansavino added bug Incorrect behaviour needs-review Needs to be assessed by the team. labels Aug 30, 2023
ryansavino added a commit to ryansavino/kata-tests that referenced this issue Aug 30, 2023
bash (ls) regex in quotes was throwing errors and k8s services/pods were not getting cleaned up.
Service yamls weren't being deleted due to partial name including prefix file path, now trims using 'basename'.
Removed redundant TEST_DIR on the yaml file to be deleted.

Fixes: kata-containers#5760

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
ryansavino added a commit to ryansavino/kata-tests that referenced this issue Aug 30, 2023
The updated simple-kbs uses a openssl v3 supported rust docker image.

Fixes: kata-containers#5760

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant