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
|
35c644a45f
|
Merge pull request #7870 from yifan-gu/rkt_volume
Add volumeGetter to rkt.
|
2015-05-07 08:58:00 -07:00 |
Yifan Gu
|
a8f86da35b
|
kubelet/rkt: Add volumeGetter to rkt.
This enable rkt to fetch the volume mounts by the kubelet.
|
2015-05-06 19:30:33 -07:00 |
Victor Marmol
|
f6b7029475
|
Merge pull request #7859 from yifan-gu/rkt_remove_store
kubelet/rkt: Remove dependencies on rkt.store
|
2015-05-06 17:45:29 -07:00 |
Victor Marmol
|
d6ea33fbb5
|
Merge pull request #7849 from yifan-gu/rkt_components
kubelet/rkt: Inject dependencies to rkt.
|
2015-05-06 16:00:02 -07:00 |
Yifan Gu
|
8cbe8938c9
|
kubelet/rkt: Remove getImageID().
Replace getImageID() with getImageByName(), this can remove the
dependency on rkt.store.
|
2015-05-06 15:59:31 -07:00 |
Paul Morie
|
df08b15121
|
Change signature of container runtime PullImage to allow pull w/ secret
|
2015-05-06 17:42:03 -04:00 |
Yifan Gu
|
dee060c8fd
|
kubelet/rkt: Inject dependencies to rkt.
Add necessary components rkt.
|
2015-05-06 11:28:01 -07:00 |
Jerzy Szczepkowski
|
4d655e3fcf
|
Merge pull request #7803 from yifan-gu/rkt_docker_image
kubelet/rkt: Add docker prefix to image string.
|
2015-05-06 09:22:50 +02:00 |
Zach Loafman
|
875e83a741
|
Revert "Revert "Security context - types, kubelet, admission""
|
2015-05-05 16:02:13 -07:00 |
Zach Loafman
|
3fcea23185
|
Revert "Revert "Revert "Kubelet: Add rkt as a runtime option"""
|
2015-05-05 15:55:12 -07:00 |
Yifan Gu
|
ec68f1a85a
|
kubelet/rkt: Add docker prefix to image string.
This change makes rkt to run only docker image for now,
which enables us to test with all existing pods.
|
2015-05-05 15:41:13 -07:00 |
Zach Loafman
|
92ca92f43a
|
Revert "Revert "Kubelet: Add rkt as a runtime option""
|
2015-05-05 15:28:09 -07:00 |
Zach Loafman
|
f48904fd5e
|
Revert "Security context - types, kubelet, admission"
|
2015-05-05 15:20:39 -07:00 |
Zach Loafman
|
6016408096
|
Revert "Kubelet: Add rkt as a runtime option"
|
2015-05-05 15:15:15 -07:00 |
Yu-Ju Hong
|
b2c0ea37b4
|
Merge pull request #7743 from vmarmol/runtime-switch
Kubelet: Add rkt as a runtime option
|
2015-05-05 13:36:46 -07:00 |
Victor Marmol
|
5d0e5d7d61
|
Inject dependencies to rkt
|
2015-05-05 10:55:11 -07:00 |
Paul Weil
|
982bf19c20
|
security context initial implementation - squash
|
2015-05-05 13:46:13 -04:00 |
Victor Marmol
|
d84aac6498
|
rkt: Unexport runtime, use Runtime interface
|
2015-05-04 17:28:02 -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 |
Victor Marmol
|
e44d9df0f4
|
Changes to rkt's PortForward to match Runtime API.
|
2015-05-04 11:16:33 -07:00 |
Victor Marmol
|
79fc8bee34
|
Change GetContainerLogs() signature.
This works for both runtimes. We need to eventually unify the ID scheme
for this method.
|
2015-05-04 11:16:32 -07:00 |
Victor Marmol
|
60a77221f5
|
Add dummy ListImages and RemoveImage to rkt runtime.
|
2015-05-04 11:14:54 -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 |
Victor Marmol
|
03b5c32576
|
Merge pull request #7553 from yifan-gu/rkt_runner
kubelet/rkt: Add RunInContainer()/ExecInContainer()/PortForward().
|
2015-04-30 18:31:08 -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 |
Yifan Gu
|
2e4be0bcf1
|
kubelet/rkt: Add RunInContainer()/ExecInContainer()/PortForward().
|
2015-04-30 17:25:16 -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 |
Victor Marmol
|
57cc1218ca
|
Merge pull request #7549 from yifan-gu/rkt_gc
Rkt gc
|
2015-04-30 15:15:07 -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
|
488f49a216
|
kubelet/rkt: Add GarbageCollection to rkt runtime.
|
2015-04-30 10:29:38 -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 |