Lee Verberne
b9e8a8a6de
Set shared PID namespace mode based on PodSpec
2018-02-22 03:51:35 +01:00
Lee Verberne
8835f54480
kubelet: add support for pod PID namespace sharing
...
This adds the logic for sending a NamespaceMode_POD to the runtime, but
leaves it disconnected pending https://issues.k8s.io/58716 .
2018-02-08 16:58:07 +01:00
Lee Verberne
e10042d22f
Increment CRI version from v1alpha1 to v1alpha2
...
This also incorporates the version string into the package name so
that incompatibile versions will fail to connect.
Arbitrary choices:
- The proto3 package name is runtime.v1alpha2. The proto compiler
normally translates this to a go package of "runtime_v1alpha2", but
I renamed it to "v1alpha2" for consistency with existing packages.
- kubelet/apis/cri is used as "internalapi". I left it alone and put the
public "runtimeapi" in kubelet/apis/cri/runtime.
2018-02-07 09:06:26 +01:00
Lee Verberne
0f1de41790
Update kubelet for enumerated CRI namespaces
...
This adds support to both the Generic Runtime Manager and the
dockershim for the CRI's enumerated namespaces.
2018-02-07 09:06:26 +01:00
Pengfei Ni
2a2a875686
Fix incorrect localhost seccomp profile path
2017-11-22 02:49:23 +00:00
Shiyang Wang
9a96ff94af
follow our go code style: error->err
2017-07-07 09:34:38 +08:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Pengfei Ni
22e99504d7
Update CRI references
2017-06-09 10:16:40 +08:00
enxebre
14be65c74b
Improving test coverage for kubelet/kuberuntime.
2017-06-01 09:43:15 +02:00
Random-Liu
4935e119da
Fix kuberuntime GetPods.
2017-05-19 11:47:45 -07:00
Pengfei Ni
8bc6e59278
kuberuntime: set sysctls for sandbox config
2017-05-15 12:52:38 +08:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
Chao Xu
5e1adf91df
cmd/kubelet
2016-11-23 15:53:09 -08:00
Yu-Ju Hong
cb57dc4cb5
kuberuntime: include container hash in backoff keys
...
We should reset the backoff if the content of the container has been updated.
2016-09-23 14:52:30 -07:00