markturansky
37d7f3f4f1
Added integration test, fixed a validation issue
2015-04-27 12:05:12 -04:00
markturansky
2cf4e6564b
Added more to README, tweaked pod, added service, fixed validation
2015-04-27 12:05:12 -04:00
markturansky
49883e7d01
Edited README
2015-04-27 12:05:12 -04:00
markturansky
242567460d
PersistentVolumeClaimBinder implementation
2015-04-27 12:05:11 -04:00
Steve Watt
3ad4dbdc65
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
4120b711cf
Merge pull request #7258 from caesarxuchao/api-example
...
update examples/cassandra to api v1beta3
2015-04-24 09:21:54 -07:00
Nikhil Jindal
dca49ba5e1
Merge pull request #7231 from bcbroussard/storm-example
...
Update examples/storm for v1beta3
2015-04-24 09:21:26 -07:00
Nikhil Jindal
113efcd355
Merge pull request #7230 from bcbroussard/spark-example
...
Update examples/spark for v1beta3
2015-04-24 09:21:10 -07:00
nikhiljindal
4c3171f7ec
Fixing an indentation bug in yaml file
2015-04-24 00:48:24 -07:00
BC Broussard
6b27aa2e9b
Update examples/storm for v1beta3
2015-04-23 20:03:32 -07:00
BC Broussard
709c00c63d
Update examples/spark for v1beta3
2015-04-23 18:23:13 -07:00
Tim Hockin
12e4e8f304
Make docs links go through docs.k8s.io
2015-04-23 16:36:27 -07:00
Brian Grant
38ea531487
Merge pull request #7194 from nikhiljindal/example
...
Updating the guestbook example to v1beta3
2015-04-23 15:26:47 -07:00
Chao Xu
d761c64447
update examples/cassandra to api v1beta3
2015-04-23 14:48:21 -07:00
nikhiljindal
1e323d77bc
Updating the guestbook example to v1beta3
2015-04-23 14:34:36 -07:00
BC Broussard
715bee6b3a
Update examples/phabricator for v1beta3
2015-04-23 11:47:23 -07:00
Brian Grant
97302af015
Merge pull request #5012 from smarterclayton/podtemplates
...
Pod templates as their own type
2015-04-22 11:50:24 -07:00
Fabio Yeon
c64874aab0
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
e6e034af4f
Rename PodTemplate.Spec to PodTemplate.Template
2015-04-22 12:54:27 -04:00
Clayton Coleman
10c2ace6bf
Pod Templates
2015-04-22 12:54:25 -04:00
derekwaynecarr
06eb45fb75
ResourceQuota add object count support for secret and volume claims
2015-04-21 09:49:40 -04:00
Satnam Singh
0c681001b0
Fix path to kubectl.sh in logging demo
2015-04-20 17:42:08 -07:00
Yifan Gu
ed8653a399
examples: Fix flacky example_test.
...
Update the file path.
2015-04-20 12:44:28 -07:00
Brendan Burns
ba95c8a176
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
5b8767fa0c
Migrate the update-demo to use v1beta3.
2015-04-17 23:35:46 -07:00
Alex Robinson
059a8c92bd
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
3bc42f1635
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
9d056c6bd8
Support setting up aliases for groups of resources
...
Closes #5278
2015-04-17 16:31:59 +02:00
Christiaan Hees
ee54b1d0ef
Added an example for Meteor with raw documentation
2015-04-17 13:24:53 +02:00
Alex Robinson
391e079cf6
Merge pull request #6917 from thockin/dockerfile-images-are-dead
...
Stop using dockerfile/* images
2015-04-16 13:30:50 -07: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
derekwaynecarr
c909071cce
Docker requires a minimum memory for container
2015-04-16 13:31:30 -04:00
Dawn Chen
59fa08ac79
Merge pull request #6820 from aronchick/master
...
Quick documentation clean up
2015-04-14 15:41:18 -07:00
Dawn Chen
9b1b5c5447
Merge pull request #6824 from derekwaynecarr/fix_quota_bug
...
Fix quota bug in LimitRanger
2015-04-14 14:56:55 -07:00
derekwaynecarr
d1bfcdf7f5
Remove trailing comma
2015-04-14 16:11:51 -04:00
David Aronchick
d3d6e37d79
Update README.md
2015-04-14 12:27:53 -07:00
David Aronchick
dadf01101f
Update README.md
2015-04-14 12:27:40 -07:00
Robert Bailey
68c3f3a914
Merge pull request #6720 from invino4/slave
...
Make guestbook-go example use slaves
2015-04-13 13:25:19 -07:00
Jason Hunter
2ecb95b5b6
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
you-n-g
dd538464d6
Update README.md
...
The pods won't be deleted by that command
2015-04-12 15:16:53 +08:00
Young
d1a6cee15e
supplement the cleanup scripts
2015-04-12 15:12:43 +08:00
Matthew Farrellee
28a661727f
fix tldr anchor ref
...
add source location
2015-04-10 11:40:57 -04:00
you-n-g
88d49ca6a9
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
Jeff Lowdermilk
ca6f1a1bc7
Merge pull request #6476 from deads2k/deads-fix-kubeconfig-serialization
...
fix kubeconfig serialization
2015-04-09 09:41:26 -07:00
Huamin Chen
a278ceeb0a
implement glusterfs volume plugin
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-07 09:14:39 -04:00
deads2k
609208b8b5
update scripts with correct templates
2015-04-07 08:07:24 -04:00
Huamin Chen
7a82af31de
add iscsi volume plugin
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-06 16:20:28 -04:00
markturansky
95bd170ca2
PV & PVC Client implementation
2015-04-06 08:46:43 -04:00
Yu-Ju Hong
e0c9d9edb2
Merge pull request #6385 from jayunit100/k8petstore-fix-ip
...
Remove loopback ip from k8petstore PublicIPs
2015-04-03 11:47:33 -07:00
Sam Ghods
ca18e86877
Make naming of kubectl subcommands consistent
2015-04-02 16:14:53 -07:00