#!/usr/bin/env bash
set -eu

watch -n 0.25 'kubectl get pods -A --field-selector "status.phase!=Running"'
