tail.sh 103 B

123456
  1. #!/usr/bin/env bash
  2. while : ; do
  3. kubectl logs --tail=1000 --follow=true $1 guardiand
  4. sleep 1
  5. done