mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 02:20:18 +00:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
for ((n=0;n<1000;n++))
|
|
do
|
|
KUBECONFIG=/tmp/kc-test.yaml kubectl get all -A
|
|
done |