Ron Lai
0a651402f2
- Added a DeleteContainer method in Runtime interface
...
- Implemented DeleteContainer for docker
2016-07-08 10:40:30 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Dan Williams
a657d0587b
kubelet/kubenet: Fix getRunningPods() to support rkt pods
...
Don't assume there's an infra container.
2016-06-22 13:45:13 -05:00
Yu-Ju Hong
f279e36292
Don't remove all containers of deleted pods until sources are ready
...
Without this fix, kubelet may assume a pod from a not-ready source has already
been deleted, and GC all its dead containers.
2016-06-16 10:47:12 -07:00
Dan Williams
9b85d20c73
kubelet/runtime: add method to return pod network namespace path
...
Some runtimes (eg, Hypernetes) don't create network namespaces for pods,
so network plugins must correctly handle any error returned from the
runtime.
2016-05-18 09:26:01 -05:00
k8s-merge-robot
59b7b1c550
Merge pull request #24921 from feiskyer/merge-exec
...
Automatic merge from submit-queue
Remove RunInContainer interface in Kubelet Runtime interface
According to #24689 , we should merge RunInContainer and ExecInContainer in the container runtime interface.
@yujuhong @kubernetes/sig-node
2016-05-15 02:58:15 -07:00
derekwaynecarr
7bab6999d4
Allow KillPod to take a gracePeriodOverride
2016-05-06 12:14:43 -04:00
feisky
831203c19b
Remove RunInContainer interface in Kuberlete Runtime interface
2016-05-01 20:21:15 +08:00
Vishnu kannan
e566948a75
Track image storage usage for docker containers
...
add image fs info to summary stats API.
Adding node e2e test for image stats.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-25 16:00:34 -07:00
harry
5fe773d37c
Add flow control pkg
...
Refactor pkg names in flow control related files
2016-04-03 11:28:03 +08:00
Random-Liu
07b21c50fa
Add Status in runtime interface and use it for runtime health check.
2016-03-04 21:26:41 -08:00
Tim St. Clair
7b6d843309
Move test-only files to test-only packages
2016-03-01 09:11:32 -08:00