Skip to content

Commit 84a5cf4

Browse files
authored
Merge pull request #7084 from tzneal/update-node-e2e-docs
Update node e2e docs
2 parents 9377ec7 + 705aef4 commit 84a5cf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributors/devel/sig-node/e2e-node-tests.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Prerequisites:
1616
- [Install etcd](https://github.com/coreos/etcd/releases) and include the path to the installation in your PATH
1717
- Verify etcd is installed correctly by running `which etcd`
1818
- Or make etcd binary available and executable at `/tmp/etcd`
19-
- [Install ginkgo](https://github.com/onsi/ginkgo) and include the path to the installation in your PATH
20-
- Verify ginkgo is installed correctly by running `which ginkgo`
19+
- [containerd](https://github.com/containerd/containerd) configured with the cgroupfs driver
20+
- Working CNI
21+
- 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.
2122

2223
From the Kubernetes base directory, run:
2324

0 commit comments

Comments
 (0)