Files
multus-cni/e2e/test-connection-limit.sh
Julius Hinze 1ce45bb658 Add connection limit for thick daemon.
Co-authored-by: Takanori Hirano <me@hrntknr.net>
2026-05-27 03:47:27 +00:00

11 lines
221 B
Bash
Executable File

#!/bin/sh
set -o errexit
export PATH=${PATH}:./bin
kubectl create -f yamls/many-pods.yml
kubectl wait --for=condition=ready -l app=many --timeout=300s pod
echo "cleanup resources"
kubectl delete -f yamls/many-pods.yml