You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: contributors/devel/sig-node/e2e-node-tests.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ Prerequisites:
16
16
-[Install etcd](https://github.com/coreos/etcd/releases) and include the path to the installation in your PATH
17
17
- Verify etcd is installed correctly by running `which etcd`
18
18
- 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.
0 commit comments