summaryrefslogtreecommitdiffhomepage
path: root/test/e2e
AgeCommit message (Collapse)Author
2020-03-25Updated e2e tests on travis (#53)Ian Lewis
* Updated e2e tests on travis - Updated tests to run using Go 1.14 - Added test for containerd 1.3 - Updated release of runsc to test * Fix release downloading in e2e tests * Fix test targets * Update to using Ubuntu bionic in travis tests
2019-12-05Add docs for Kubernetes Runtime Class. (#33)Ian Lewis
Adds doc to explicitly create the Kubernetes RuntimeClass object needed to use the shim via the Kubernetes API.
2019-03-29fix: instructions to install shim (#21)jerryzhuang
1. original LATEST_RELEASE is about containerd-shim-runsc-v1, we should choose the second line gvisor-containerd-shim. lol 2. should use /etc/containerd/gvisor-containerd-shim.toml not yaml : ) fixes #18 Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
2019-01-29Add containerd shim v2 support. (#13)Lantao Liu
* Update vendors Signed-off-by: Lantao Liu <lantaol@google.com> * Add containerd shim v2 support. Signed-off-by: Lantao Liu <lantaol@google.com> * Add test and doc for containerd-shim-runsc-v1. Signed-off-by: Lantao Liu <lantaol@google.com> * Address comments.
2019-01-15Use cni v0.7.0. (#11)Lantao Liu
Use cni v0.7.0 in the integration test. Signed-off-by: Lantao Liu <lantaol@google.com>
2019-01-14End to end tests refs #3 (#10)Ian Lewis
* Separate docs for containerd 1.1 and 1.2 The configuration for the untrusted workload annotation and runtime class are different enough that it makes sense to separate the docs. Commands in docs are taken from scripts in the docs/scripts directory. These scripts can be used later for integration & doc tests (#3). The docs can be updated using the embedmd tool: https://github.com/campoy/embedmd * Add basic e2e tests refs #3 Added end-to-end tests based on the quickstart workflows for containerd 1.1 and containerd 1.2+.