Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant