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

Change k8s delete job propogation policy to foreground #595

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

munishchouhan
Copy link
Member

@munishchouhan munishchouhan commented Aug 6, 2024

This PR will change the propagation policy from background to foreground.
Here is the definition from here https://github.com/kubernetes-client/java/blob/master/kubernetes/docs/V1DeleteOptions.md:

Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@munishchouhan munishchouhan linked an issue Aug 6, 2024 that may be closed by this pull request
@munishchouhan munishchouhan self-assigned this Aug 6, 2024
@pditommaso pditommaso merged commit b5baea0 into master Aug 7, 2024
4 checks passed
@pditommaso pditommaso deleted the 590-change-propogation-foreground branch August 7, 2024 09:19
pditommaso pushed a commit that referenced this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup failed transfer pods
2 participants