carvel-dev / kapp-controller

Continuous delivery and package management for Kubernetes.
https://carvel.dev/kapp-controller
Apache License 2.0
269 stars 105 forks source link

**Explore:** From commandline, provide ability to capture output and wait for a reconciliation that is in progress #56

Closed doddatpivotal closed 2 years ago

doddatpivotal commented 3 years ago

When kapp-controller is reconciling, I want the ability to issue a command that will allow me to track the progress of the reconciliation as if I did the deployment myself.

Essentially I want to stream the progress in a similar way that I get with kapp deploy...

Output would stream the progress of the reconciliation until complete.

ewrenn8 commented 3 years ago

Hey @doddatpivotal, thanks for the request!

Do you imagine this command is something that gets added to kapp?

doddatpivotal commented 3 years ago

@ewrenn8 either kapp or a kapp-controller specific cli

aaronshurley commented 3 years ago

Adding Explore to this issue to further define/propose a solution.

Some things to explore:

Blocking this on #110.

cppforlife commented 2 years ago

(being covered by kctrl -- https://github.com/vmware-tanzu/carvel-kapp-controller/issues/412)