Commit Graph

1340 Commits

Author SHA1 Message Date
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
you-n-g 8e6969dce8 Update README.md
The pods won't be deleted by that command
2015-04-12 15:16:53 +08:00
Young 61a519dad7 supplement the cleanup scripts 2015-04-12 15:12:43 +08:00
Matthew Farrellee 9885edd49f fix tldr anchor ref
add source location
2015-04-10 11:40:57 -04:00
you-n-g a58356ea02 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 10bc1ce089 Merge pull request #6476 from deads2k/deads-fix-kubeconfig-serialization
fix kubeconfig serialization
2015-04-09 09:41:26 -07:00
Huamin Chen dab4f65e96 implement glusterfs volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-07 09:14:39 -04:00
deads2k 4cc5c041b7 update scripts with correct templates 2015-04-07 08:07:24 -04:00
Huamin Chen fd874e03cb add iscsi volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-06 16:20:28 -04:00
markturansky 22ce40fe48 PV & PVC Client implementation 2015-04-06 08:46:43 -04:00
Yu-Ju Hong 5742299dbc 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 104bfa5dd4 Make naming of kubectl subcommands consistent 2015-04-02 16:14:53 -07:00
Prashanth B 6aab134449 Merge pull request #6097 from derekwaynecarr/limit_range_default_value
Limit range supporting a default resource limits value
2015-04-02 16:04:09 -07:00
jayunit100 6be552a1b1 Remove loopback ip from k8petstore PublicIPs 2015-04-02 21:16:17 +00:00
Kris Rousey 3eee7edbe0 Fixing a couple of JSON files so that kubectl create -f doesn't error out while parsing them. 2015-04-02 14:01:54 -07:00
Jan Safranek 1d5ac3116d Add NFS export/import pod examples. 2015-04-02 10:47:21 +02:00
Tony Hsu 83257f48b5 Fix typo. 2015-04-02 10:13:29 +08:00
derekwaynecarr 3b7fa4c86c Introduce concept of a default limit 2015-04-01 16:31:25 -04:00
Jeff Lowdermilk 00b879b4d8 e2e images pulled from gcr.io 2015-04-01 09:18:03 -07:00
Brian Grant 3eca536fb7 Merge pull request #6182 from thockin/plural_services_20
Implement multi-port Services
2015-03-31 12:55:21 -07:00
Tim Hockin 03131af836 WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
Steve Watt c3e4708bf5 Update volumes.md
Update docs and example for NFS Plugin

Modified the wording around how many Volumes exist

Cleaned up the text around the NFS Pod description

Fixed Spelling mistake on read-only
2015-03-30 20:40:51 -05:00
CJ Cullen 543e65c0da Merge pull request #5602 from mattf/spark-example
Spark example
2015-03-30 10:12:19 -07:00
Victor Marmol d9979767ac Merge pull request #6092 from derekwaynecarr/limit_range_default
Eliminate trailing commas
2015-03-30 09:41:17 -07:00
Deyuan Deng cf88712a3c Fix docs 2015-03-28 23:42:54 -04:00
Matthew Farrellee 052b99f06f add tl;dr version of Spark README.md
mention the spark cluster is standalone

add detailed master & worker instructions

add method to get master status

add links option for master status

add links option for worker status

add example use of cluster

add source location
2015-03-27 16:46:33 -04:00
derekwaynecarr 63cfd854f7 Eliminate trailing commas 2015-03-27 16:30:12 -04:00
Shichao An 569547a0c5 Fixed sentence grammar 2015-03-26 19:29:37 -07:00
jayunit100 581e504ba6 Cleanup of k8petstore json formatting flaw, and parameterization of kubectl. 2015-03-26 09:24:06 -04:00
Robert Bailey 023087fce5 Merge pull request #5803 from ihmccreery/guestbook-example-point-to-getting-started
Guestbook example README points to Getting Started, not SETUP.md
2015-03-25 13:02:45 -07:00
Robert Bailey 032b42480a Merge pull request #5857 from brendandburns/cassandra
Update the cassandra example to pick up recent changes.
2015-03-24 16:45:51 -07:00
Isaac Hollander McCreery ed6a2f0b23 Guestbook example README points to Getting Started, not SETUP.md 2015-03-24 20:21:59 +00:00
Brendan Burns aa4d5cb66a Merge pull request #5855 from thockin/target-port
Update docs using old Service.containerPort
2015-03-24 10:40:33 -07:00