tail.sh 95 B

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