diff options
| author | Todd Neal <tnealt@amazon.com> | 2023-02-02 09:39:44 -0600 |
|---|---|---|
| committer | Todd Neal <tnealt@amazon.com> | 2023-02-02 12:27:57 -0600 |
| commit | 705aef4dab6c56f7e03fc3700487af85c07df835 (patch) | |
| tree | 69fa2f7675904f772395ae211a16d5b670d74323 | |
| parent | c397bccbce398dddc618b79fb1189c08fb42bff4 (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
| -rw-r--r-- | contributors/devel/sig-node/e2e-node-tests.md | 5 |
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: |
