Skip to content

Commit

Permalink
Add inotify check to detect env problems (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa authored Apr 9, 2024
1 parent 617452a commit a07715e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/detect-dev-env-problems
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -euo pipefail
source "$(dirname "$0")/.common"

enforce_inotify_watches_limit_sufficient

ensure_program_in_path docker

if groups | grep -q '\bdocker\b'; then
Expand Down Expand Up @@ -66,6 +68,5 @@ run_command kubectl get pods --namespace ingress-nginx
echo ""
run_command kubectl wait --namespace ingress-nginx --for=condition=available deployment/ingress-nginx-controller


echo ""
echo "Checks done."

0 comments on commit a07715e

Please sign in to comment.