Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rdemoraes/7a847cd8a284058276a79f58fcfd0ca9 to your computer and use it in GitHub Desktop.

Select an option

Save rdemoraes/7a847cd8a284058276a79f58fcfd0ca9 to your computer and use it in GitHub Desktop.
kubectl-logs-nginx-ingress-controller-ip-error
kubectl logs -f deploy/nginx-ingress-controller  \
-- all-containers=true \
-n ingress-nginx | egrep -i "fail|error"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment