Commit Graph

12 Commits

Author SHA1 Message Date
Abhi Shah 2af4953d5c Merge pull request #9508 from caesarxuchao/celery-example-v1
update examples/celery-rabbitmq to v1
2015-06-11 10:57:40 -07:00
Brendan Burns 4591c5e57b Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Chao Xu 2ec7eed42d remove defaults 2015-06-09 13:28:47 -07:00
Chao Xu 1a8243e033 v1beta3 to v1 2015-06-09 13:25:02 -07:00
Scott Konzem 318e1a6f3b Fix misspellings in documentation 2015-06-05 11:35:17 -04:00
Paul Morie 2839e3b5fa Make references to files in examples links 2015-05-24 03:22:26 -04:00
Jeff Lowdermilk 29edafa519 Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Eric Paris 5f200f24a3 update all python with boilerplate 2015-05-04 18:37:47 -04: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
Karl Beecher 1524418100 Updates celery example
Change files from JSON to YAML.
2015-04-27 19:27:02 +02: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
Karl Beecher aa48cc2807 New example: Distributed task queue
Adds an example of using Kubernetes to build a distributed task queue
using Celery along with a RabbitMQ broker and Flower frontend.

Resolves: #1788
2015-03-06 09:15:14 +01:00