Zichang Lin
|
02349e7889
|
Update celery-rabbitmq example according to config best practices
|
2015-09-30 16:53:21 +08:00 |
Carsten Clasohm
|
d093fe0c4b
|
add raw flag for GitHub download links
|
2015-09-07 17:43:09 -07:00 |
Eric Paris
|
024208e39f
|
Fix trailing whitespace in all docs
|
2015-07-30 20:41:30 -04:00 |
Eric Paris
|
4cbca2e63c
|
Make munger begin/end less generic
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
|
2015-07-30 20:41:30 -04:00 |
Janet Kuo
|
180798cfa4
|
Use example syncer tags instead of hard-coded examples in doc
|
2015-07-27 14:48:41 -07:00 |
Tim Hockin
|
995a7aef29
|
Collected markedown fixes around syntax.
|
2015-07-20 09:51:22 -07:00 |
Tim Hockin
|
33f1862830
|
Run gendocs
|
2015-07-17 15:35:43 -07:00 |
Abhi Shah
|
816f18a388
|
Merge pull request #11424 from lavalamp/mungePreformatted
Munge preformatted
|
2015-07-17 13:32:38 -07:00 |
David Oppenheimer
|
1ca454a4a2
|
Merge pull request #11401 from mikedanese/unneccesary-hostport
removed unneccesary usage of hostport from clerey-rabbit examples
|
2015-07-17 12:13:25 -07:00 |
Daniel Smith
|
f7873d2a1f
|
apply changes
|
2015-07-17 11:04:46 -07:00 |
Tim Hockin
|
542e13d2d3
|
Better scary message
|
2015-07-17 09:28:49 -07:00 |
Mike Danese
|
e156828b4d
|
removed unneccesary usage of hostport from clerey-rabbit examples
|
2015-07-16 14:56:12 -07:00 |
Tim Hockin
|
39b86908a1
|
Run gendocs
|
2015-07-14 17:28:47 -07:00 |
Tim Hockin
|
79f9cd7c83
|
Run gendocs
|
2015-07-14 15:28:59 -07:00 |
Daniel Smith
|
821e08fded
|
Apply mungedocs changes
|
2015-07-13 17:48:40 -07:00 |
Tim Hockin
|
5cf5445d24
|
Change 'minion' to 'node' in docs
|
2015-07-13 15:59:30 -07:00 |
Marcin Wielgus
|
2bf1e50b8a
|
Flower service and updated kubectl outputs in examples/clery-rabbitmq
|
2015-07-08 11:10:59 +02:00 |
Abhi Shah
|
2b00d582e2
|
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
|
9e198a6ed9
|
Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
|
2015-06-09 13:35:52 -07:00 |
Chao Xu
|
8f908460b1
|
remove defaults
|
2015-06-09 13:28:47 -07:00 |
Chao Xu
|
c1f57ed7e0
|
v1beta3 to v1
|
2015-06-09 13:25:02 -07:00 |
Scott Konzem
|
1cff55f874
|
Fix misspellings in documentation
|
2015-06-05 11:35:17 -04:00 |
Paul Morie
|
95806ea68c
|
Make references to files in examples links
|
2015-05-24 03:22:26 -04:00 |
Jeff Lowdermilk
|
553f9f822b
|
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
|
f416289a85
|
update all python with boilerplate
|
2015-05-04 18:37:47 -04:00 |
Eric Paris
|
6b3a6e6b98
|
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
|
7072cd8357
|
Updates celery example
Change files from JSON to YAML.
|
2015-04-27 19:27:02 +02:00 |
Tim Hockin
|
c2bacd588d
|
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
|
43ab8188c8
|
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 |