Commit Graph

1022 Commits

Author SHA1 Message Date
Jeff Lowdermilk d67fe9657a Merge pull request #7638 from eparis/copyright-boilerplate-phabricator
Add license boilerplate to examples/phabricator
2015-05-01 17:03:24 -07:00
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
Eric Paris fa32e2fad0 Add license boilerplate to examples/phabricator 2015-05-01 14:05:21 -04:00
Eric Paris 17bd270ce4 Update license boilerplate for examples/rethinkdb 2015-05-01 14:01:28 -04:00
Eric Paris 69d119115f Include shell license boilerplate in examples/k8petstore 2015-05-01 13:39:59 -04:00
Paul Morie 42a762af2e Add example for secrets 2015-04-30 12:35:21 -04:00
elsonrodriguez 4f1bc75f17 Fixed NFS example Dockerfile to include a valid Entrypoint.
While running through this example the Dockerfile wouldn't build, upon closer inspection the entrypoint was not being copied into the container, and it was not executable.
2015-04-27 20:39:44 -07:00
Brian Grant 92e2d54e4b Merge pull request #6807 from endocode/kbeecher/celery-update
Updates celery example
2015-04-27 17:36:59 -07:00
Karl Beecher 1524418100 Updates celery example
Change files from JSON to YAML.
2015-04-27 19:27:02 +02:00
markturansky ad13025626 Added integration test, fixed a validation issue 2015-04-27 12:05:12 -04:00
markturansky c98f8bc430 Added more to README, tweaked pod, added service, fixed validation 2015-04-27 12:05:12 -04:00
markturansky 95f740f1ed Edited README 2015-04-27 12:05:12 -04:00
markturansky f3f01c2acf PersistentVolumeClaimBinder implementation 2015-04-27 12:05:11 -04:00
Steve Watt aa6667bd45 Warning about Critical bug in the GlusterFS Volume Plugin
This warning will serve to let users know about a critical bug so they don't experience it first hand - https://github.com/GoogleCloudPlatform/kubernetes/issues/7317
2015-04-24 18:24:11 -05:00
Nikhil Jindal 0c7a5f938a Merge pull request #7258 from caesarxuchao/api-example
update examples/cassandra to api v1beta3
2015-04-24 09:21:54 -07:00
Nikhil Jindal 78b4547b51 Merge pull request #7231 from bcbroussard/storm-example
Update examples/storm for v1beta3
2015-04-24 09:21:26 -07:00
Nikhil Jindal de142aa469 Merge pull request #7230 from bcbroussard/spark-example
Update examples/spark for v1beta3
2015-04-24 09:21:10 -07:00
nikhiljindal 6ecda1cb8c Fixing an indentation bug in yaml file 2015-04-24 00:48:24 -07:00
BC Broussard 03776f3824 Update examples/storm for v1beta3 2015-04-23 20:03:32 -07:00
BC Broussard c551797ae4 Update examples/spark for v1beta3 2015-04-23 18:23:13 -07:00
Tim Hockin 914908d5e8 Make docs links go through docs.k8s.io 2015-04-23 16:36:27 -07:00
Brian Grant 6ce85b5c05 Merge pull request #7194 from nikhiljindal/example
Updating the guestbook example to v1beta3
2015-04-23 15:26:47 -07:00
Chao Xu d0316b6fd7 update examples/cassandra to api v1beta3 2015-04-23 14:48:21 -07:00
nikhiljindal f3d7dbb2a5 Updating the guestbook example to v1beta3 2015-04-23 14:34:36 -07:00
BC Broussard a517e8f9aa Update examples/phabricator for v1beta3 2015-04-23 11:47:23 -07:00
Brian Grant 4c172d4bb1 Merge pull request #5012 from smarterclayton/podtemplates
Pod templates as their own type
2015-04-22 11:50:24 -07:00
Fabio Yeon dc665e5dbb Merge pull request #7161 from chees/master
Added an example for Meteor with raw documentation
2015-04-22 10:58:13 -07:00
Clayton Coleman 6952fad15c Rename PodTemplate.Spec to PodTemplate.Template 2015-04-22 12:54:27 -04:00
Clayton Coleman aca6a3bdaf Pod Templates 2015-04-22 12:54:25 -04:00
derekwaynecarr 27a5a151c0 ResourceQuota add object count support for secret and volume claims 2015-04-21 09:49:40 -04:00
Satnam Singh e853f25d09 Fix path to kubectl.sh in logging demo 2015-04-20 17:42:08 -07:00
Jeff Lowdermilk 6afbb1ba3a Merge pull request #6942 from smarterclayton/simplify_object_export
List output with differing types should be more resilient
2015-04-20 13:48:57 -07:00
Yifan Gu e4e008ee2a examples: Fix flacky example_test.
Update the file path.
2015-04-20 12:44:28 -07:00
Clayton Coleman c195443a6a v1beta1/3 version of update-demo removed 2015-04-20 15:00:16 -04:00
Brendan Burns af4c8006bc Merge pull request #7014 from a-robinson/dirname
Move the logging-related directories to where I think they belong
2015-04-20 10:50:09 -07:00
Robert Bailey f5885f10bd Migrate the update-demo to use v1beta3. 2015-04-17 23:35:46 -07:00
Alex Robinson 062120b92a Move the logging-related directories to where I think they belong.
1. Move fluentd-gcp to be a core cluster addon, rather than a contrib.
2. Get rid of the synthetic logger under contrib, since the exact same
synthetic logger was also included in the logging-demo.
3. Move the logging-demo to examples, since it's effectively an example.

We should also consider adding on a GCP section to the logging-demo
example :)
2015-04-17 23:59:50 +00:00
Clayton Coleman 52d99f0448 Merge pull request #6573 from kargakis/setup-resource-aliases
Support setting up aliases for groups of resources
2015-04-17 11:16:30 -04:00
kargakis 2425edeeb5 Support setting up aliases for groups of resources
Closes #5278
2015-04-17 16:31:59 +02:00
Christiaan Hees 5f22938426 Added an example for Meteor with raw documentation 2015-04-17 13:24:53 +02:00
Alex Robinson e1f67ff31b Merge pull request #6917 from thockin/dockerfile-images-are-dead
Stop using dockerfile/* images
2015-04-16 13:30:50 -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
derekwaynecarr 169c564ee2 Docker requires a minimum memory for container 2015-04-16 13:31:30 -04:00
Dawn Chen 4eb3d60ce8 Merge pull request #6820 from aronchick/master
Quick documentation clean up
2015-04-14 15:41:18 -07:00
Dawn Chen 4f051bef6c Merge pull request #6824 from derekwaynecarr/fix_quota_bug
Fix quota bug in LimitRanger
2015-04-14 14:56:55 -07:00
derekwaynecarr fc0db0b3a4 Remove trailing comma 2015-04-14 16:11:51 -04: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
Robert Bailey dfd40ec437 Merge pull request #6720 from invino4/slave
Make guestbook-go example use slaves
2015-04-13 13:25:19 -07:00
Jason Hunter 7a2e24c51a Make guestbook-go example actually use the redis-slave service that is set up for its reads. 2015-04-13 11:40:42 -07:00