Yifan Gu
|
daf7c8d686
|
kubelet/rkt: Use RunContainerOptions to get the arguments.
|
2015-05-14 12:03:11 -07:00 |
Yifan Gu
|
2a87d56171
|
kubelet/rkt: Add getImageManifest() to retrive the image manifest for container.
|
2015-05-14 12:03:11 -07:00 |
Brendan Burns
|
fbd0143fa8
|
Merge pull request #7971 from deads2k/make-docker-keyring-handle-multiple-hits
make the dockerkeyring handle mutiple matching credentials
|
2015-05-11 17:01:37 -07:00 |
deads2k
|
2ecb0ebd73
|
make the dockerkeyring handle mutiple matching credentials
|
2015-05-11 09:54:03 -04:00 |
Deyuan Deng
|
2f7183cba5
|
Check Pod privileged container
|
2015-05-09 17:30:35 -04:00 |
Yifan Gu
|
8b1174a3a7
|
kubelet/container: Move pty*.go to container runtime package.
This makes the labeld pty wrapper available for both container runtime.
|
2015-05-07 23:36:47 -07:00 |
Yifan Gu
|
41f8c79490
|
kubelet/rkt: Remove build label.
As we removed the linux specific dependency, now rkt can be built
on other platforms as well.
|
2015-05-07 13:42:05 -07:00 |
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 |