Commit Graph

1719 Commits (9006eadcfee2e0493590fce7dc2968db2779bb43)

Author SHA1 Message Date
Daniel Smith de3a3357e9 Merge pull request #993 from pmorie/typo
Fix typo in tests
2014-08-21 14:33:38 -07:00
Paul Morie 47fd5842ad Fix typo in tests 2014-08-21 17:02:28 -04:00
Clayton Coleman 2ee02d3723 Merge pull request #986 from brendandburns/integration
Add some extra debugging, and a sleep to attempt to deflake the update t...
2014-08-21 12:42:24 -04:00
brendandburns f132bc361a Merge pull request #988 from derekwaynecarr/keep_validate_cluster_provider_neutral
Fix logic errors in validate cluster and make it work for vagrant again
2014-08-21 09:36:22 -07:00
Dawn Chen df260c830f Merge pull request #905 from erictune/cleanup6
Dereference string* before printing it with "%s%".
2014-08-21 09:23:19 -07:00
derekwaynecarr a6e87e786d Fix logic errors in validate cluster and make it work for vagrant again 2014-08-21 10:58:09 -04:00
Brendan Burns 0c1b89c7f2 Add some extra debugging, and a sleep to attempt to deflake the update test. 2014-08-20 22:28:54 -07:00
brendandburns 8f5dd8cf63 Merge pull request #984 from thockin/make_vs_new
Rename a bunch of "Make" functions to "New"
2014-08-20 22:06:57 -07:00
Tim Hockin 0f97a73c1b Rename a bunch of "Make" functions to "New"
Also rename some to other names that make better reading.  There are still a
bunch of "make" functions but they do things like assemble a string from parts
or build an array of things.  It seemed that "make" there seemed fine.  "New"
is for "constructors".
2014-08-20 21:27:19 -07:00
brendandburns 1bd4ae0c62 Merge pull request #943 from smarterclayton/only_wait_for_acceptance
Clients must wait for completion of actions
2014-08-20 21:01:21 -07:00
brendandburns 25b3da718f Merge pull request #980 from thockin/cloudproviders
Make cloud providers into plugins
2014-08-20 21:00:51 -07:00
brendandburns 3605e07800 Merge pull request #979 from thockin/cleanups
Accumulated minor cleanups
2014-08-20 20:56:35 -07:00
Tim Hockin edff541524 Treat async loops the same.
In the name of consistency, treat the PodCache loop the same as the
EndpointController.
2014-08-20 20:17:16 -07:00
Tim Hockin caadf10197 clarity: rename minionRegistryMaker to makeMinionRegistry 2014-08-20 20:17:16 -07:00
Tim Hockin 5f21ff5b45 Whitespace 2014-08-20 20:17:16 -07:00
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 953cd923f1 Merge pull request #981 from bgrant0607/master
Add containerPort to service schema. Regenerate HTML. Add instructions f...
2014-08-20 19:12:47 -07:00
Daniel Smith 03cd22d4f4 Handle errors slightly more intelligently 2014-08-20 16:50:02 -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
Daniel Smith cc65b1ce65 Merge pull request #982 from brendandburns/healthz
Move healthz checking to cluster validation.  Switch to code == 200
2014-08-20 16:44:35 -07:00
Brendan Burns 514f443854 Move healthz checking to cluster validation. Switch to code == 200 2014-08-20 15:52:29 -07:00
Clayton Coleman baaabcaf11 Update the README.md with caveats about waiting 2014-08-20 18:46:10 -04: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 e031f7dbdb Merge pull request #965 from brendandburns/integration
Update e2e scripts to use the -template parameter.  Add a new test.
2014-08-20 15:42:51 -07:00
Daniel Smith 79f60da6c4 add salt files to make scheduler run 2014-08-20 15:32:49 -07:00
Daniel Smith b2349bc66a Change scheduler to poll for minions 2014-08-20 15:32:49 -07: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
Brian Grant 31a0daae36 Add containerPort to service schema. Regenerate HTML. Add instructions for how to view HTML. 2014-08-20 22:17:10 +00: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
Dawn Chen 4b14a3d2c8 Merge pull request #975 from derekwaynecarr/kubelet_use_http_serve_mux
Refactor kubelet to use http.ServeMux
2014-08-20 14:16:27 -07: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
Brendan Burns 0adde96bba Update e2e scripts to use the -template parameter.
Add a script for the update demo.
2014-08-20 12:24:39 -07:00
Dawn Chen a13edcea47 Merge pull request #973 from vishh/improve_logs
Improve kubelet logging
2014-08-20 10:45:16 -07: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
Daniel Smith 8c7f40b300 Merge pull request #950 from ddysher/service_coverage
Improve pkg/registry/service code coverage.
2014-08-20 10:00:33 -07:00
Dawn Chen 123d7f0533 Merge pull request #954 from derekwaynecarr/salt_guide
Add doc on how our salt setup works
2014-08-20 09:49:35 -07:00
csrwng 14714f2638 Allow kubecfg to print custom types 2014-08-20 12:23:02 -04:00
Tim Hockin 7c7273eed3 Merge pull request #884 from eflynn/patch-1
Remove duplicate shebang
2014-08-20 08:18:49 -07:00
Joe Beda 4f1e704e42 Merge pull request #960 from brendandburns/shell_sucks
Uniquify the http firewall rule between different runs of the e2e tests.
2014-08-19 20:20:59 -07:00