summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2023-02-02 10:32:43 -0800
committerGitHub <noreply@github.com>2023-02-02 10:32:43 -0800
commit84a5cf46d91400e157e76fe9ce6a740e9f71f2ad (patch)
tree3f9b48d622825a6b436a502a0477a622f7843e68
parent9377ec7a56d530cc182eea1d4a9c812aae01b78e (diff)
parent705aef4dab6c56f7e03fc3700487af85c07df835 (diff)
Merge pull request #7084 from tzneal/update-node-e2e-docs
Update node e2e docs
-rw-r--r--contributors/devel/sig-node/e2e-node-tests.md5
1 files 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: