wormhole/scripts/tail.sh

7 lines
95 B
Bash

#!/bin/bash
while : ; do
kubectl logs --tail=1000 --follow=true $1 guardiand
sleep 1
done