summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-03-08Put the gvisor user log into sandbox log directory. (#17)Lantao Liu
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-01-30Update to containerd 1.2.2 (#14)Lantao Liu
* Update containerd to 1.2.2 Signed-off-by: Lantao Liu <lantaol@google.com> * Port https://github.com/containerd/containerd/pull/2803. Signed-off-by: Lantao Liu <lantaol@google.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-15Port containerd fix https://github.com/containerd/containerd/pull/2877. (#12)Lantao Liu
Adds a timeout and cancel to shim fifo open Signed-off-by: Lantao Liu <lantaol@google.com>
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+.
2018-12-17Merge pull request #7 from google/codeownersIan Lewis
Added code owners so that they are added to PRs See: https://help.github.com/articles/about-codeowners/
2018-12-17Merge branch 'master' into codeownersIan Lewis
2018-12-17Merge pull request #6 from google/fix-containerd-1.1-docsIan Lewis
Fix sandbox.json instructions for containerd 1.1
2018-12-14Added code owners so that they are added to PRsIan Lewis
See: https://help.github.com/articles/about-codeowners/
2018-12-14Fix sandbox.json instructions for containerd 1.1Ian Lewis
Annotations aren't part of the PodSandboxMetadata but rather part of the PodSandboxConfig object. crictl's parsing logic seems to ignore extraneous fields so it silently fails to create pods using the untrusted workload runtime. See: https://github.com/kubernetes-sigs/cri-tools/blob/v1.13.0/vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.pb.go#L775
2018-12-04Initial commitIan Lewis