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

Don't create PodInfo if the pod is being deleted #2431

Merged
merged 1 commit into from
May 15, 2024

Conversation

michi-covalent
Copy link
Contributor

Check if the pod has DeletionTimestamp field set before reconciling to avoid the situation where pod deletion gets stuck because Tetragon operator recreates PodInfo during pod deletion.

Check if the pod has DeletionTimestamp field set before reconciling to
avoid the situation where pod deletion gets stuck because Tetragon
operator recreates PodInfo during pod deletion.

Signed-off-by: Michi Mutsuzaki <[email protected]>
@michi-covalent michi-covalent requested a review from a team as a code owner May 14, 2024 22:54
@michi-covalent michi-covalent requested a review from kkourt May 14, 2024 22:54
@michi-covalent michi-covalent added release-note/bug This PR fixes an issue in a previous release of Tetragon. needs-backport/1.0 This PR needs backporting to 1.0 needs-backport/1.1 This PR needs backporting to 1.1 labels May 14, 2024
@michi-covalent
Copy link
Contributor Author

filed #2434 for the go test failure. i'm shipping this.

@michi-covalent michi-covalent merged commit be19aeb into main May 15, 2024
40 of 42 checks passed
@michi-covalent michi-covalent deleted the pr/michi/pod-deletion branch May 15, 2024 14:52
@michi-covalent
Copy link
Contributor Author

@michi-covalent michi-covalent added backport-pending/1.0 backport-pending/1.1 The backport for this PR is in progress and removed needs-backport/1.0 This PR needs backporting to 1.0 needs-backport/1.1 This PR needs backporting to 1.1 labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-pending/1.0 backport-pending/1.1 The backport for this PR is in progress release-note/bug This PR fixes an issue in a previous release of Tetragon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants