mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
set KUBE_CONTAINER_RUNTIME
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user