certifier icon indicating copy to clipboard operation
certifier copied to clipboard

feat: Add multi-namespace test for scaling

Open LucasRoesler opened this issue 4 years ago • 1 comments

Rewrite the scaling tests into a table driven test and add support to running in multiple namespaces.

Testing

kind create cluster

arkade install openfaas --basic-auth=false --clusterrole

kubectl create namespace certifier-test
kubectl annotate namespace/certifier-test openfaas="1"

export CERTIFIER_NAMESPACES=certifier-test

kubectl port-forward -n openfaas svc/gateway 8080:8080 &
make test-kubernetes

Resolves #70

LucasRoesler avatar Jun 20 '21 17:06 LucasRoesler

Sorry I missed this. Could you trigger a rebuild since the last 3 commits seem to have failed CI?

alexellis avatar Oct 06 '21 16:10 alexellis