Skip to content

Instantly share code, notes, and snippets.

@resouer
Created August 20, 2018 10:47
Show Gist options
  • Select an option

  • Save resouer/c03db35aa1761a04f87e2ad538d441be to your computer and use it in GitHub Desktop.

Select an option

Save resouer/c03db35aa1761a04f87e2ad538d441be to your computer and use it in GitHub Desktop.
cd $GOPATH/src/k8s.io/kubernetes
git clone https://github.com/kubernetes/kubernetes .
./hack/install-etcd.sh
export PATH=$GOPATH/src/k8s.io/kubernetes/third_party/etcd:${PATH}
make test-e2e-node ARCH=arm64 PARALLELISM=1 RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=/var/run/frakti.sock IMAGE_SERVICE_ENDPOINT=/var/run/frakti.sock TEST_ARGS="--prepull-images=false" FOCUS="\[Conformance\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment