set KUBE_CONTAINER_RUNTIME

This commit is contained in:
Benjamin Elder
2019-10-02 22:44:41 -07:00
parent 47708242cd
commit b0acc1da74

View File

@@ -141,6 +141,10 @@ run_tests() {
# setting this env prevents ginkgo e2e from trying to run provider setup
export KUBERNETES_CONFORMANCE_TEST="y"
# setting these is required to make RuntimeClass tests work ...
export KUBE_CONTAINER_RUNTIME=remote
export KUBE_CONTAINER_RUNTIME_ENDPOINT=unix:///run/containerd/containerd.sock
export KUBE_CONTAINER_RUNTIME_NAME=containerd
./hack/ginkgo-e2e.sh \
'--provider=skeleton' "--num-nodes=${NUM_NODES}" \
"--ginkgo.focus=${FOCUS}" "--ginkgo.skip=${SKIP}" \