summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorTodd Neal <tnealt@amazon.com>2023-02-02 09:39:44 -0600
committerTodd Neal <tnealt@amazon.com>2023-02-02 12:27:57 -0600
commit705aef4dab6c56f7e03fc3700487af85c07df835 (patch)
tree69fa2f7675904f772395ae211a16d5b670d74323 /contributors
parentc397bccbce398dddc618b79fb1189c08fb42bff4 (diff)
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
Diffstat (limited to 'contributors')
-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: