summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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