kne
kne copied to clipboard
Add a flag to kne cli root that can dump k8 logs on failure
It would be useful to have an optional flag that applies mainly to kne deploy
and kne create
that dumps the kubectl logs for a number of things on cmd failure.
Maybe:
- kubectl get pods -A
- kubectl logs
for each pod thats not healthy
- kubectl describe
for each pod thats not healthy