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 |