Commit Graph

95 Commits

Author SHA1 Message Date
Eric Paris 7aa102682a 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
nikhiljindal f3d7dbb2a5 Updating the guestbook example to v1beta3 2015-04-23 14:34:36 -07:00
Tim Hockin 936d59b8d1 Stop using dockerfile/* images
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx.  Fix all
users in our tree.  Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Dawn Chen 4eb3d60ce8 Merge pull request #6820 from aronchick/master
Quick documentation clean up
2015-04-14 15:41:18 -07:00
David Aronchick ca846c8bee Update README.md 2015-04-14 12:27:53 -07:00
David Aronchick e9091f023a Update README.md 2015-04-14 12:27:40 -07:00
Young 61a519dad7 supplement the cleanup scripts 2015-04-12 15:12:43 +08:00
you-n-g a58356ea02 The redis-master-controller should be stopped
The redis-master-controller should be stopped, and the redis-master will be deleted automatically.
2015-04-10 07:05:15 +08:00
Tony Hsu 83257f48b5 Fix typo. 2015-04-02 10:13:29 +08:00
Jeff Lowdermilk 00b879b4d8 e2e images pulled from gcr.io 2015-04-01 09:18:03 -07:00
Tim Hockin 03131af836 WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
Shichao An 569547a0c5 Fixed sentence grammar 2015-03-26 19:29:37 -07:00
Isaac Hollander McCreery ed6a2f0b23 Guestbook example README points to Getting Started, not SETUP.md 2015-03-24 20:21:59 +00:00
Tim Hockin e894303b5e Update docs using old Service.containerPort 2015-03-24 09:44:43 -07:00
Jan Dolecek 71c1271e0c Update README.md
Fix some formatting.
2015-03-20 22:43:07 +00:00
Piotr Szczesniak 567f086d33 Rewrote guestbook-go example to use kube-dns
This is follow up of #5284.

I also built a new kubernetes/guestbook:v2 image.
2015-03-18 12:07:16 +01:00
Jeff Lowdermilk 70f7dfd7f7 Merge pull request #5504 from piosz/guestbook_example
Removed resource specification from guestbook example
2015-03-16 10:09:01 -07:00
Piotr Szczesniak 880f7aab1d Removed resource specification from guestbook example
The reason is partially #5503 but also I think it makes guestbook more
complicated and is not necessary there.
2015-03-16 14:27:09 +01:00
scuxiayiqian 4daf922fbc fix the stop rc failure in Cleanup Step 2015-03-16 15:57:29 +08:00
Piotr Szczesniak 8076edc0ed Rewrite guestbook example to use kube-dns instead of host:port
This fixes #5091
2015-03-11 09:51:47 +01:00
jayunit100 a631ca3016 Clarify publicIP on minion use case 2015-03-10 10:41:59 -04:00
jayunit100 38b566b066 Describe how to use publicIPs to access guestbook externally when not using external load balancers 2015-03-06 15:59:43 -05:00
gmarek 1308ec4c4d apply comments 2015-03-06 08:23:22 +01:00
jayunit100 e96e87c0d8 Guestbook README updates, reset-by-peer error message and v1beta3 note 2015-03-04 10:28:39 -05:00
Greg Taylor e4df0cf325 Correct typo in guestbook/README.md 2015-03-03 05:50:22 -05:00
rsokolowski 6899d37137 Update guestbook example to use replication controller. 2015-02-24 20:21:13 +01:00
Brian Grant f5c3380f78 Merge pull request #4460 from sub-mod/guestbook_ns
Adding guestbook example with latest json format for v1beta3 api
2015-02-23 16:58:20 -08:00
Subin M 2faf92cf1b format all json files 2015-02-24 04:20:32 +05:30
Subin M 3e7b1d66fc removing name from template 2015-02-24 04:07:49 +05:30
Subin M 82f166c54d renaming folder to v1beta3 and updating testcases 2015-02-24 03:17:22 +05:30
Subin M d34dbc9680 renaming folders 2015-02-24 02:49:58 +05:30
jay vyas 324ff39e95 Guestbook: Addition troubleshooting section. 2015-02-21 01:37:49 -05:00
jayunit100 ced265bd66 Guestbook tutorial : Make is more generic, compartmentalize the local/GCE setup, and added details around redis master and convenient cleanup utility script snippet. 2015-02-20 09:01:42 -05:00
Subin M 3653ffb8e9 testcase updated 2015-02-19 21:16:59 +05:30
Subin M 0ef83a67d0 json files updated 2015-02-19 21:05:59 +05:30
Subin M 572a36541e json files updated 2015-02-19 20:56:09 +05:30
Subin M 07bd147375 new changes 2015-02-19 18:08:22 +05:30
Subin M 69310cb174 Removing namespace from json files 2015-02-17 10:58:58 +05:30
Subin M 3b5fa73610 Adding guestbook example with namespace 2015-02-17 00:05:11 +05:30
Pierre du Plessis 394cfff0da Typo 2015-02-05 15:10:32 +02:00
Tim Hockin 473939dfae Tighten validation of Name and Namespace 2015-01-27 17:04:59 -05:00
jay vyas 42a3137b4c Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
This commit clarifies the origin of the REDIS_MASTER_SERVICE_HOST variable by linking to the documentation on the way kubernetes services create env variables in the services.md file.
2015-01-17 15:00:18 -05:00
Jeff Lowdermlk 20453f7f34 Update guestbook,walkthrough examples to use kubectl instead of kubecfg. 2014-12-10 17:37:40 -08:00
Joe Beda 91225a189b Make guestbook handle duplicate entries.
Also use kubernetes org on the Docker Hub to host the image.

Fixes #2811
2014-12-09 11:23:09 -08:00
Joe Beda 00b05e7276 Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
Joe Beda 5e7b2b4016 Fix extra comma in example JSON 2014-11-25 14:46:25 -08:00
Alen Komljen 91a055bdf3 Update README to match with json files and remove duplicate index.php 2014-11-21 09:37:59 +01:00
Brendan Burns 23b3bfb6f2 Update guestbook to fix given recent changes. 2014-11-15 19:36:02 -08:00
Brendan Burns 19b46a8a54 Update the services now that Services v2 has IP per service. 2014-11-12 11:31:28 -08:00
Dawn Chen 072209c949 Increase memory limit of frontend-controller in our guestbook example. 2014-10-22 11:07:20 -07:00