You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It would be useful to have an optional flag that applies mainly to
kne deploy
andkne 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 healthyThe text was updated successfully, but these errors were encountered: