Skip to content

Commit

Permalink
Specify how resource is cleaned up
Browse files Browse the repository at this point in the history
Specify how resource is cleaned up after successful execution of a k8s pod
[Issue](#2650)
Signed-off-by: SmritiSatyanV <[email protected]>


Signed-off-by: SmritiSatyanV <[email protected]>
  • Loading branch information
SmritiSatyanV authored Jun 30, 2022
1 parent b16ffd7 commit 5b30c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsts/deployment/cluster_config/flytepropeller_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ Co-Pilot Configuration
delete-resource-on-finalize (bool)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Instructs the system to delete the resource on finalize. This ensures that no resources are kept around (potentially consuming cluster resources). This, however, will cause k8s log links to expire as soon as the resource is finalized.
Instructs the system to delete the resource upon successful execution of a k8s pod rather than have the k8s garbage collector clean it up. This ensures that no resources are kept around (potentially consuming cluster resources). This, however, will cause k8s log links to expire as soon as the resource is finalized.

**Default Value**:

Expand Down

0 comments on commit 5b30c81

Please sign in to comment.