Commit Graph

43 Commits (fd35c28ef4ca8b50190a2ac05f3054644fd88b3c)

Author SHA1 Message Date
Kelsey Hightower fe7e9434b6 Fix typo in README 2014-07-27 13:36:23 -07:00
Brendan Burns 3723eb7629 Add kind and apiVersion to guestbook example. 2014-07-24 22:13:43 -07:00
derekwaynecarr 69ae2fe4bb Initial vagrant setup and e2e testing support 2014-07-24 16:32:36 -04:00
Clayton Coleman 1c8204b21f Describe e2e-test.sh in the README 2014-07-23 11:21:55 -04:00
Kelsey Hightower a00dcc1f70 Update the broken pod.json example in the README 2014-07-23 07:24:30 -07:00
Kelsey Hightower fce90dc761 Improve test coverage for the health package and remove mocks
The current tests for the health package utilize a fake HTTP client
for testing health checks and only cover a limited set of test cases.

This patch removes the need for mocks by using the httptest package
from the standard library. After removing the fake HTTP client a bug
was found in the health.Check function; it incorrectly assumes that
a http.Response is always non-nil. Fix the issue by moving the defer
that closes the http.Response.Body after error handling.

Related tests in the registry package have be refactored to work with
the changes made to the health.Check function. All methods that implement
the health.HTTPGetInterface interface now return a http.Response with
with a noop http.Response.Body.

This patch does not introduce any changes in behavior.
2014-07-21 15:30:29 -07:00
Brendan Burns ac1be8cc97 Move guestbook.md to README.md for default display by github. 2014-07-14 21:33:37 -07:00
brendandburns 1848745427 Added a link to the CoreOS howto. 2014-07-10 10:01:33 -07:00
Raphael Simon 65c79a717c Resolve #370
Add documentation notes about Google Storage JSON API setting being required and about the need for instances to be able to send traffic to each other on their private ips.
2014-07-09 08:10:46 -07:00
brendandburns 9408bd77ec Add a note wrt. needing storage & storage apis on. 2014-07-08 22:27:07 -07:00
brendandburns 529f3455a5 Add a note about pre-production. 2014-07-03 14:10:20 -07:00
Takeshi Hagikura af4585b818 Removes the htpasswd prerequisite from README
Looks like htpasswd dependency was removed in this commit.
4eccd64e0f
2014-07-02 18:40:37 +09:00
Brendan Burns 4d6a783e5f Initial add of an environment variable for the kubernetes master. 2014-07-01 10:12:38 -07:00
brendandburns 18cba57863 Fix the link. 2014-06-28 20:11:51 -07:00
brendandburns ac055469c0 Add a link to the I/O talk on YouTube 2014-06-28 20:11:22 -07:00
brendandburns 3432cf6c53 Add a link to the update demo. 2014-06-27 12:31:35 -07:00
Dawn Chen 71c0555f20 using hack/local-up-cluster.sh to run cluster locally 2014-06-26 23:58:16 -07:00
Daniel Smith c97c514742 Rename cloudcfg to kubecfg 2014-06-25 18:01:37 -07:00
Tim Hockin 853fd6e525 Minor doc clarification regarding hooks symlinks. 2014-06-20 08:31:51 -07:00
brendandburns ba7fe835ce Add a travis build image. 2014-06-19 21:59:40 -07:00
Drew Csillag a824581941 Add location of where to get the gcloud tools to README.md 2014-06-19 09:51:09 -04:00
brendandburns 3be4f8fea0 Updated instructions to note the go 1.2 dependency 2014-06-18 10:44:53 -07:00
Brian Grant 0a05574463 Use ADD rather than VOLUME in order to work with remote containers. 2014-06-17 18:14:00 +00:00
brendandburns fe0cb7c87b Merge pull request #133 from bgrant0607/master
Dockerized raml2html and regenerated kubernetes.html.
2014-06-17 10:28:36 -07:00
Brian Grant 20cc10b5b0 Dockerized raml2html and regenerated kubernetes.html. 2014-06-17 17:11:19 +00:00
Joe Beda 35c0ce2abb Suggest people verify they can start a VM on GCE. 2014-06-16 15:03:37 -07:00
brendandburns 6c589da0f7 Added godoc link. 2014-06-15 22:34:22 -07:00
Brendan Burns 7ce3ee7867 Update the README with a TOC 2014-06-15 22:13:23 -07:00
brendandburns a722768d02 s/linux/Linux/ 2014-06-12 11:49:42 -07:00
Daniel Smith 912ec01856 Update readme 2014-06-12 09:35:04 -07:00
Adnan Hajdarević 6939fa6616 Typo in command 2014-06-11 01:43:48 +02:00
Joe Beda c1c8a72b86 Document the need for htpasswd with install instructions for linux. 2014-06-10 13:52:07 -07:00
Joe Beda 8954796235 Fix up a task->pod in README.md. 2014-06-10 13:40:48 -07:00
Joe Beda b03f1f0e54 Merge pull request #40 from MikeJeffrey/patch-3
Link fix to cloud console
2014-06-10 09:39:18 -07:00
MikeJeffrey c8bc47d3c7 Link fix to cloud console 2014-06-10 09:35:39 -07:00
Joe Beda 8c12295203 Make it clear that Kubernetes can run anywhere but that the initial scripts are for GCE. 2014-06-10 09:27:51 -07:00
Joe Beda 196d0965ec Add warnings about self signed certs and MitM attacks.
Also put in pointers for IRC and mailing lists.
2014-06-09 16:46:16 -07:00
brendandburns af06352106 Added link to the guestbook example 2014-06-08 23:19:33 -07:00
brendandburns 949020caf8 Fix the link. 2014-06-08 23:17:59 -07:00
brendandburns 8559f55ff3 Add a link to the design document 2014-06-08 23:17:14 -07:00
MikeJeffrey 7d9a58bc4e Update README.md 2014-06-08 20:05:26 -07:00
Joe Beda 894a7e3282 Move everything out of src and reorganize scripts.
Fixed up some scripts to be more robust.  Changed the e2e test setup to use g1-small instances.  Fixed up documentation to reflect the new script locations.  Disabled the "curl | bash" cluster launch as it hasn't been well tested and doesn't include the cloudcfg tool yet.
2014-06-06 21:41:19 -07:00
Joe Beda 2c4b3a562c First commit 2014-06-06 16:40:48 -07:00