Tim Hockin
|
f7d54390f9
|
Make cloud providers be plugins
|
2014-08-20 20:16:41 -07:00 |
|
Tim Hockin
|
eb9f3394c5
|
Move VagrantCloud into its own pkg
|
2014-08-20 20:16:41 -07:00 |
|
Tim Hockin
|
b23bef26eb
|
Move GCECloud into its own pkg
|
2014-08-20 20:16:41 -07:00 |
|
Tim Hockin
|
95e0be9a63
|
Move FakeCloud into its own pkg
|
2014-08-20 20:16:41 -07:00 |
|
Daniel Smith
|
3d47c8bad1
|
Fix up client tests now that we check the query in FakeHandler
|
2014-08-20 16:50:02 -07:00 |
|
Daniel Smith
|
8a9eaf911f
|
For testability & reuse, move scheduler setup into its own package.
|
2014-08-20 16:50:02 -07:00 |
|
Clayton Coleman
|
493863eb93
|
Return immediately when controllers/pods are committed
Add client waiting conditions.
|
2014-08-20 18:46:10 -04:00 |
|
Clayton Coleman
|
34031dbc6a
|
Remove excessive waiting in kubelet etcd loop
Listen to etcd longer, and wait a shorter time before reconnecting.
No longer an argument to the source.
|
2014-08-20 18:46:10 -04:00 |
|
Daniel Smith
|
4c4ca59050
|
Add poller to cache.
|
2014-08-20 15:32:49 -07:00 |
|
Daniel Smith
|
dddad888b5
|
Begin scheduler plugin
|
2014-08-20 15:32:49 -07:00 |
|
Daniel Smith
|
4c3f509d94
|
Make cache.Reflector more injectable. Add test for resource version state keeping.
|
2014-08-20 15:32:49 -07:00 |
|
brendandburns
|
6ca912e07f
|
Merge pull request #977 from pmorie/unit
Add missing case for IntOrString unit tests
|
2014-08-20 14:30:38 -07:00 |
|
Paul Morie
|
5331cd6ec0
|
Add missing case for IntOrString unit tests
|
2014-08-20 17:22:29 -04:00 |
|
derekwaynecarr
|
fd8741edf2
|
Refactor kubelet to use http.ServeMux
|
2014-08-20 16:08:08 -05:00 |
|
Clayton Coleman
|
6b05d71d74
|
Merge pull request #972 from brendandburns/pod
Switch api.Status to *api.Status in a bunch of places.
|
2014-08-20 16:53:36 -04:00 |
|
Vishnu Kannan
|
2b61831c22
|
Improve kubelet logging - log the docker container image name when docker pull fails.
|
2014-08-20 10:30:42 -07:00 |
|
Brendan Burns
|
a198bbb0ae
|
Switch api.Status to *api.Status in a bunch of places.
|
2014-08-20 10:21:49 -07:00 |
|
Daniel Smith
|
f650337ec3
|
Merge pull request #913 from csrwng/pluggable_type_printing
Allow kubecfg to print custom types
|
2014-08-20 10:01:56 -07:00 |
|
csrwng
|
14714f2638
|
Allow kubecfg to print custom types
|
2014-08-20 12:23:02 -04:00 |
|
Deyuan Deng
|
c104551025
|
Improve pkg/registry/service code coverage.
|
2014-08-19 20:13:00 -04:00 |
|
Daniel Smith
|
b4973bbac4
|
Merge pull request #956 from brendandburns/service
Fix the proxier when a service with the same port is re-created after being deleted.
|
2014-08-19 16:22:04 -07:00 |
|
brendandburns
|
a9ba3687f4
|
Merge pull request #958 from dchen1107/port
Fix #926
|
2014-08-19 16:15:15 -07:00 |
|
Dawn Chen
|
5a2365b323
|
Fix #926
Make HostPort a real option without being set to ContainerPort if absent.
|
2014-08-19 15:44:50 -07:00 |
|
Brendan Burns
|
da74625ac6
|
Fix the proxier when a service with the same port is re-created, actually restart the proxy.
|
2014-08-19 12:24:10 -07:00 |
|
brendandburns
|
bd53643647
|
Merge pull request #851 from derekwaynecarr/cloud_provider
Vagrant supports a cloud provider
|
2014-08-18 18:23:49 -07:00 |
|
brendandburns
|
88baa52134
|
Merge pull request #918 from lavalamp/bindImpl
Implement bindings
|
2014-08-18 18:19:33 -07:00 |
|
brendandburns
|
5756a635c9
|
Merge pull request #949 from lavalamp/bugFix
Add comment for clarity and logging for debugging.
|
2014-08-18 18:15:37 -07:00 |
|
Daniel Smith
|
f689d44d25
|
Add comment for clarity and logging for debugging.
|
2014-08-18 17:43:10 -07:00 |
|
Daniel Smith
|
d363d5d942
|
Merge pull request #944 from brendandburns/service
Add a better test for service environment variables. Fix bugs.
|
2014-08-18 16:59:21 -07:00 |
|
brendandburns
|
0126688ca0
|
Merge pull request #939 from derekwaynecarr/kubecfg_stop_should_reuse_code
Use common resize controller logic for stop in kubecfg
|
2014-08-18 16:58:56 -07:00 |
|
Daniel Smith
|
138b560efb
|
Implement bindings
This will effectively cause no changes until we remove the assignPod
call from CreatePod().
|
2014-08-18 16:55:44 -07:00 |
|
Brendan Burns
|
3eb044b495
|
Add a better test for service environment variables
Fix bugs.
|
2014-08-18 16:53:59 -07:00 |
|
Clayton Coleman
|
bcf7a37e21
|
Merge pull request #906 from lavalamp/watch
Watch improvements.
|
2014-08-18 17:11:08 -04:00 |
|
derekwaynecarr
|
3c68b0a009
|
Use common resize controller logic for stop
|
2014-08-18 15:58:31 -04:00 |
|
Brendan Burns
|
05ab1e49fb
|
Address some follow up comments.
|
2014-08-18 12:49:52 -07:00 |
|
Tim Hockin
|
e472752ff9
|
Merge pull request #875 from brendandburns/exec
Add a in container exec based health check.
|
2014-08-18 12:19:22 -07:00 |
|
Brendan Burns
|
0caae9c1d4
|
Add a in container exec based health check.
|
2014-08-18 12:00:11 -07:00 |
|
derekwaynecarr
|
8df21b84a1
|
Add vagrant cloudprovider
|
2014-08-18 14:30:31 -04:00 |
|
brendandburns
|
53f53516f6
|
Merge pull request #933 from derekwaynecarr/issue_878
Enforce isDir, elliminates message in kubelet.log
|
2014-08-18 11:07:59 -07:00 |
|
Clayton Coleman
|
13c3efbc4c
|
The default client poll interval is extremely long
Most operations complete much more quickly than 20s, and those that
do take longer are going to be fixed to make them take less time
(#353)
|
2014-08-18 13:40:35 -04:00 |
|
derekwaynecarr
|
39293eaf56
|
Enforce isDir, elliminates message in kubelet.log
|
2014-08-18 13:17:41 -04:00 |
|
Daniel Smith
|
b00afd7f3b
|
Merge pull request #924 from thockin/cleanups2
Validation return types cleanup
|
2014-08-18 09:38:07 -07:00 |
|
Robert Bailey
|
ce572050a8
|
Add tests for invalid container manifests.
|
2014-08-18 00:44:46 -07:00 |
|
Robert Bailey
|
fecfe23ed1
|
Refactor tests to be table driven.
|
2014-08-18 00:17:06 -07:00 |
|
Robert Bailey
|
9ce364d498
|
Add validation when processing pod manifests from a URL.
|
2014-08-17 22:50:53 -07:00 |
|
Daniel Smith
|
4b2867fd8a
|
Standardize watch usage in registry/storage objects. Fix up extremely confusing pod test object.
|
2014-08-16 19:07:41 -07:00 |
|
Daniel Smith
|
d900134a60
|
Add filter to watch
|
2014-08-16 19:07:30 -07:00 |
|
Daniel Smith
|
ca55bfb29c
|
Add mux type to watch package
|
2014-08-16 19:07:29 -07:00 |
|
Daniel Smith
|
e40e5b53a7
|
Add Watch to /pods.
|
2014-08-16 19:07:29 -07:00 |
|
Tim Hockin
|
e0d9002717
|
All validations return ErrorList now
|
2014-08-16 13:48:48 -07:00 |
|