Brendan Burns
|
82f8bdac06
|
Kubernetes version v0.17.0
|
2015-05-11 21:43:34 -07:00 |
|
Nikhil Jindal
|
442412e3ad
|
Merge pull request #8089 from thockin/dns
Introduce an 'svc' segment for DNS search
|
2015-05-11 17:39:12 -07:00 |
|
Nikhil Jindal
|
3d31883829
|
Merge pull request #8083 from brendandburns/kubectl
Add a flag to disable legacy APIs
|
2015-05-11 17:35:28 -07:00 |
|
Tim Hockin
|
41033af256
|
Introduce an 'svc' segment for DNS search
|
2015-05-11 17:20:44 -07:00 |
|
Victor Marmol
|
43029345f9
|
Merge pull request #7973 from dchen1107/podstatus
Add kubectl log --previous support to view last terminated container log
|
2015-05-11 17:08:45 -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 |
|
Daniel Smith
|
5a6b079515
|
Merge pull request #8085 from smarterclayton/read_only_port_wrong
Public read only port is incorrect in master
|
2015-05-11 16:35:12 -07:00 |
|
Clayton Coleman
|
0617951ead
|
Public read only port is incorrect in master
|
2015-05-11 19:20:38 -04:00 |
|
Brendan Burns
|
d8f48290e9
|
Add a flag to disable legacy APIs
|
2015-05-11 16:09:25 -07:00 |
|
Victor Marmol
|
1465475401
|
Merge pull request #8079 from yifan-gu/rm_command_runner
kubelet/container: Move prober.ContainerCommandRunner to container.
|
2015-05-11 16:05:25 -07:00 |
|
Jeff Lowdermilk
|
ac87ed6516
|
Merge pull request #8064 from deads2k/death-to-auth-path
eliminate auth-path
|
2015-05-11 15:41:41 -07:00 |
|
Yifan Gu
|
7831b7da72
|
kubelet/container: Move prober.ContainerCommandRunner to container.
Also include the ContainerCommandRunner in Runtime interface, but
still keep the ContainerCommandRunner interface for testability.
|
2015-05-11 15:32:51 -07:00 |
|
Yu-Ju Hong
|
3f791db886
|
Kubelet: remove unused getHostFieldLabel function
|
2015-05-11 14:39:22 -07:00 |
|
Yu-Ju Hong
|
8b3130b112
|
Merge pull request #7980 from yifan-gu/fix_kubelet_tests
kubelet: Fix racy kubelet tests.
|
2015-05-11 14:09:44 -07:00 |
|
Dawn Chen
|
86479cc56c
|
Add support to pull log for last terminated container
|
2015-05-11 12:54:04 -07:00 |
|
Yifan Gu
|
85b453091b
|
kubelet: Add tests for fakePodWorkders.
|
2015-05-11 12:50:33 -07:00 |
|
Yifan Gu
|
52af792852
|
kubelet: Fix racy kubelet tests.
Add fakePodWorkders to run syncPod() in serial for testing.
|
2015-05-11 12:50:33 -07:00 |
|
Victor Marmol
|
65cf37ab6d
|
Merge pull request #8069 from yujuhong/runcontainer
Kubelet: minor cleanups
|
2015-05-11 12:34:33 -07:00 |
|
Nikhil Jindal
|
0da12c1ba9
|
Merge pull request #7869 from bprashanth/rc_rl
Rate limit replica creation
|
2015-05-11 11:24:02 -07:00 |
|
Yu-Ju Hong
|
a9c9505206
|
Use VirtualSize of the docker image as the image size
|
2015-05-11 11:03:47 -07:00 |
|
Yu-Ju Hong
|
3599d81ef1
|
Remove some docker references
|
2015-05-11 11:03:47 -07:00 |
|
Yu-Ju Hong
|
3487a165b8
|
Unexport DockerManager.RunContainer
|
2015-05-11 11:03:41 -07:00 |
|
Nikhil Jindal
|
2cc8696425
|
Merge pull request #7919 from brendandburns/kubectl
Fix validation by moving it into the resource builder.
|
2015-05-11 10:20:14 -07:00 |
|
Nikhil Jindal
|
48dfad6701
|
Merge pull request #8050 from fgrzadkowski/cache
Add cache with multiple shards to decrease lock contention
|
2015-05-11 10:18:34 -07:00 |
|
Dawn Chen
|
ffa5947010
|
Introduce Previous as PodLogOptions
|
2015-05-11 10:14:22 -07:00 |
|
Dawn Chen
|
ecaf0874b2
|
Introduce --previous option to kubectl log
|
2015-05-11 10:14:22 -07:00 |
|
Nikhil Jindal
|
9c0fdc7afd
|
Merge pull request #8039 from nak3/delete-status
Delete status from displayable resources
|
2015-05-11 10:11:42 -07:00 |
|
Nikhil Jindal
|
6bf5acd109
|
Merge pull request #8044 from pmorie/pod-volume-injection
Refactor volume interfaces to receive pod instead of ObjectReference
|
2015-05-11 10:11:00 -07:00 |
|
Vish Kannan
|
b7289b606e
|
Merge pull request #7786 from thockin/ports
Service port names are required for multi-port
|
2015-05-11 09:46:02 -07:00 |
|
Victor Marmol
|
307d677e06
|
Merge pull request #8022 from ddysher/kubelet-privilege
Check Pod privileged container
|
2015-05-11 09:01:58 -07:00 |
|
Paul Morie
|
14243d3bd6
|
Fix typo in nsenter_mount.go
|
2015-05-11 11:41:01 -04:00 |
|
Eric Paris
|
630aed6db1
|
Merge pull request #8016 from nak3/delete-empty-first-column-lines
Use template to get first column in __kubectl_parse_get()
|
2015-05-11 10:01:13 -05:00 |
|
deads2k
|
19784dbc4f
|
remove auth-path from kubeconfig
|
2015-05-11 10:40:23 -04:00 |
|
Clayton Coleman
|
2e3c40b5c2
|
Merge pull request #7774 from kargakis/load-object-for-more-safety
expose: Load input object for increased safety
|
2015-05-11 10:16:20 -04:00 |
|
Clayton Coleman
|
382623f3fa
|
Merge pull request #7896 from wojtek-t/generated_calling_manual
Improments to conversion methods generator
|
2015-05-11 10:15:32 -04:00 |
|
Clayton Coleman
|
8755ea8ec9
|
Merge pull request #7704 from smarterclayton/parallel_allocator
Use etcd to allocate PortalIPs instead of in-mem
|
2015-05-11 09:56:10 -04:00 |
|
deads2k
|
2ecb0ebd73
|
make the dockerkeyring handle mutiple matching credentials
|
2015-05-11 09:54:03 -04:00 |
|
Filip Grzadkowski
|
50de4d0081
|
Add cache with multiple shards to decrease lock contention
|
2015-05-11 15:07:50 +02:00 |
|
Marek Grabowski
|
16a76f1bd3
|
Merge pull request #8028 from shawnps/patch-1
Fix struct tag
|
2015-05-11 14:00:18 +02:00 |
|
Marek Grabowski
|
141e6977d6
|
Merge pull request #8029 from shawnps/patch-2
Fix struct tag
|
2015-05-11 13:59:56 +02:00 |
|
Marek Grabowski
|
a0a68b0581
|
Merge pull request #8031 from shawnps/patch-4
Fix struct tag
|
2015-05-11 13:58:48 +02:00 |
|
Marek Grabowski
|
c28a83f264
|
Merge pull request #8032 from shawnps/patch-5
Use Fprintf
|
2015-05-11 13:57:46 +02:00 |
|
Marek Grabowski
|
01457a92af
|
Merge pull request #8033 from shawnps/patch-6
Fix unused fmt.Errorf result
|
2015-05-11 13:55:07 +02:00 |
|
Marek Grabowski
|
035daa7fbf
|
Merge pull request #8034 from shawnps/patch-7
Fix printf verb
|
2015-05-11 13:54:16 +02:00 |
|
Wojciech Tyczynski
|
5578dc99e3
|
Improvements for conversions generator
|
2015-05-11 12:21:11 +02:00 |
|
Jerzy Szczepkowski
|
36ab4b4c2f
|
Merge pull request #8036 from shawnps/patch-10
Use Errorf in persistent_volume_claim_binder_test.
|
2015-05-11 11:17:04 +02:00 |
|
Paul Morie
|
cd359ffa73
|
Refactor volume interfaces to receive pod instead of ObjectReference
|
2015-05-10 20:12:57 -04:00 |
|
Kenjiro Nakayama
|
c13f457885
|
Use template to get first column in __kubectl_parse_get()
|
2015-05-10 23:32:24 +09:00 |
|
Kenjiro Nakayama
|
5a0acecc54
|
Delete status from displayable resources
|
2015-05-10 19:28:02 +09:00 |
|
Shawn Smith
|
50f34d013e
|
Use Errorf
|
2015-05-10 13:23:03 +09:00 |
|