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
It would be useful to have an optional flag that applies mainly to
kne deployandkne createthat dumps the kubectl logs for a number of things on cmd failure.Maybe:
-
kubectl get pods -A-
kubectl logsfor each pod thats not healthy-
kubectl describefor each pod thats not healthy