Create the test resources in Kubernetes:
kubectl apply -f setup.yaml
Generate a kubeconfig for the test service account:
sh genkubeconfig.sh > kubeconfig
KUBECONFIG=${PWD}/kubeconfig cargo test