This repo houses the nessesary scripts and configurations to run the k8s e2e tests against the Portworx CSI Driver.
- Install k8s cluster via kubeup or similar method
- Install Portworx CSI Driver
docker run --rm -t \
-v <KUBECONFIG_LOCAL_PATH>:/tmp/kubeconfig \
-e KUBECONFIG=/tmp/kubeconfig \
-e K8S_VERSION=<kubernetes test version>
docker.io/openstorage/k8s-e2e-test:master
Run make build
Run make deploy
Each commit to this repo is pushed to openstorage/k8s-e2e-test:master