Victor Marmol
|
f012d7f506
|
Add unsupported version of rkt.
|
2015-05-04 17:22:45 -07:00 |
|
Victor Marmol
|
de2212983f
|
Refactor rkt into one file.
This will make it easy to add build labels and stub out in non-Linux
builds.
|
2015-05-04 16:51:31 -07:00 |
|
Victor Marmol
|
ba7e940a57
|
Make rkt implement the container Runtime
|
2015-05-04 11:16:33 -07:00 |
|
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
|
Yifan Gu
|
1b77615deb
|
kubelet/rkt: Add SyncPod() to rkt.
|
2015-05-01 13:02:05 -07:00 |
|
Yifan Gu
|
428652bdc7
|
kubelet/rkt: Add KillPod() and GetPodStatus() for rkt.
|
2015-04-30 18:32:32 -07:00 |
|
Yifan Gu
|
9ce568a142
|
kubelet/rkt: Add GetPods() for rkt.
|
2015-04-30 18:00:18 -07:00 |
|
Yifan Gu
|
1636fd2e1c
|
kubelet/rkt: Add RunPod() for rkt.
|
2015-04-30 17:31:35 -07:00 |
|
Victor Marmol
|
262c34e7db
|
Merge pull request #7543 from yifan-gu/pod_manifest
kubelet/rkt: Add routines for converting kubelet pod to rkt pod.
|
2015-04-30 17:18:19 -07:00 |
|
Victor Marmol
|
df8490f52f
|
Merge pull request #7555 from yifan-gu/rkt_pod_info
kubelet/rkt: Add podInfo.
|
2015-04-30 17:04:51 -07:00 |
|
Yifan Gu
|
7e8afc7c96
|
kubelet/rkt: Add routines for converting kubelet pod to rkt pod.
|
2015-04-30 15:24:47 -07:00 |
|
Victor Marmol
|
0e89d65563
|
Merge pull request #7545 from yifan-gu/getlog
Getlog
|
2015-04-30 15:15:44 -07:00 |
|
Yifan Gu
|
01841a8c19
|
kubelet/rkt: Add podInfo.
podInfo reprensents the state of rkt pods.
It is used to for reporting the pod and container status to kubelet.
|
2015-04-30 14:39:10 -07:00 |
|
Yifan Gu
|
ca4643ef31
|
kubelet/rkt: Add GetContainerLogs() for rkt.
|
2015-04-30 10:31:31 -07:00 |
|
Yifan Gu
|
01693c8233
|
kubelet/rkt: Add PullImage()/IsImagePresent() to rkt runtime.
|
2015-04-30 10:01:24 -07:00 |
|
Yifan Gu
|
305345efe1
|
kubelet/rkt: Add basic rkt runtime routines.
|
2015-04-29 17:09:32 -07:00 |
|