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

fix: DNS Action Destroy Failed #237

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

zhenming98
Copy link

Describe what this PR does / why we need it

fix DNS Action Destroy Failed

Does this pull request fix one issue?

Fixes #962

Describe how you did it

Filter containers by labels when cri network target is destroyed

Describe how to verify it

When the CRI network fails and is destroyed, the POD is filtered through the sandbox. This is to prevent the name of the POD from changing after it is restarted. However, the DNS scene will not be restarted, which will cause the DNS scene to fail to be destroyed.

Signed-off-by: yangzhenming <[email protected]>
@tiny-x tiny-x added the type/bug Something isn't working label Dec 14, 2023
@tiny-x tiny-x merged commit 24f89e9 into chaosblade-io:master Dec 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DNS Action Destroy Failed
2 participants