From 705aef4dab6c56f7e03fc3700487af85c07df835 Mon Sep 17 00:00:00 2001 From: Todd Neal Date: Thu, 2 Feb 2023 09:39:44 -0600 Subject: docs: update node e2e test doc - The test-e2e-node Makefile target has a dependency on ginkgo which installs it if its not already there so manual installation is no longer needed. - Add the working CNI requirement and point to a sample bridge configuration - Add a requirement for containerd configured with the cgroupfs driver --- contributors/devel/sig-node/e2e-node-tests.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index bbfbdee7..c44262c4 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -16,8 +16,9 @@ Prerequisites: - [Install etcd](https://github.com/coreos/etcd/releases) and include the path to the installation in your PATH - Verify etcd is installed correctly by running `which etcd` - Or make etcd binary available and executable at `/tmp/etcd` -- [Install ginkgo](https://github.com/onsi/ginkgo) and include the path to the installation in your PATH - - Verify ginkgo is installed correctly by running `which ginkgo` +- [containerd](https://github.com/containerd/containerd) configured with the cgroupfs driver +- Working CNI + - Ensure that you have a valid CNI configuration in /etc/cni/net.d/. For testing purposes, a [bridge](https://www.cni.dev/plugins/current/main/bridge/) configuration should work. From the Kubernetes base directory, run: -- cgit v1.2.3