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: mark all its children(container) as deleted if pod deleted. Fixes #13951 #13978

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

jswxstw
Copy link
Member

@jswxstw jswxstw commented Dec 9, 2024

Fixes #13951

Motivation

Child node in containerSet stuck Running when using dependencies.

Modifications

Mark all its children(container) as deleted if pod deleted.

Verification

Local and UT test.

@jswxstw jswxstw requested a review from shuangkun December 9, 2024 06:20
@blkperl blkperl added the area/controller Controller issues, panics label Dec 10, 2024
@shuangkun
Copy link
Member

This change is reasonable. We need to recursively mark all containers in this pod as container deleted once the pod is deleted.

@terrytangyuan terrytangyuan merged commit 43c6abd into argoproj:main Dec 12, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Controller issues, panics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflows with ContainerSet template stuck forever in case of pod deletion
4 participants