kpt live destroy command should be able to wait for resources to be removed #1461
Labels
area/live
enhancement
New feature or request
p1
size/L
4 day
triaged
Issue has been triaged by adding an `area/` label
The
kpt live destroy
command currently doesn't have parity with thekpt live apply
command. In particular two pieces stand out:--prune-propagation-policy
and--prune-timeout
flags that allow users to specify whether we should wait for resources to be deleted, and if so, for how long.Applier.Run
function returns aninit
event on the channel with information about which resources will be applied/pruned. This is used by thetable
UI to be able to create the list of resources and their state before any changes are made. TheDeployer
should use a similar solution.The text was updated successfully, but these errors were encountered: