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
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
Prashanth B
620af16892
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
0a0d719273
Remove loopback ip from k8petstore PublicIPs
2015-04-02 21:16:17 +00:00
Kris Rousey
db99f78faf
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
ed46c4db51
Add NFS export/import pod examples.
2015-04-02 10:47:21 +02:00
Tony Hsu
d9bb420410
Fix typo.
2015-04-02 10:13:29 +08:00
derekwaynecarr
c2b670513c
Introduce concept of a default limit
2015-04-01 16:31:25 -04:00
Jeff Lowdermilk
2d8e93f8b4
e2e images pulled from gcr.io
2015-04-01 09:18:03 -07:00
Brian Grant
3354cffbf0
Merge pull request #6182 from thockin/plural_services_20
...
Implement multi-port Services
2015-03-31 12:55:21 -07:00
Tim Hockin
186818d787
WIP: Implement multi-port Services
2015-03-30 19:28:11 -07:00
Steve Watt
0df63ab0c1
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
31324a0ba5
Merge pull request #5602 from mattf/spark-example
...
Spark example
2015-03-30 10:12:19 -07:00
Victor Marmol
22670de524
Merge pull request #6092 from derekwaynecarr/limit_range_default
...
Eliminate trailing commas
2015-03-30 09:41:17 -07:00
Deyuan Deng
f35dc54d62
Fix docs
2015-03-28 23:42:54 -04:00
Matthew Farrellee
31b923c987
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
84667ac0b5
Eliminate trailing commas
2015-03-27 16:30:12 -04:00
Shichao An
4e4b2fedfe
Fixed sentence grammar
2015-03-26 19:29:37 -07:00
jayunit100
1e3eb6a044
Cleanup of k8petstore json formatting flaw, and parameterization of kubectl.
2015-03-26 09:24:06 -04:00
Robert Bailey
d96d8a9faf
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
13429ce6a8
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
6945ac8d4f
Guestbook example README points to Getting Started, not SETUP.md
2015-03-24 20:21:59 +00:00
Brendan Burns
a4c02d8ede
Merge pull request #5855 from thockin/target-port
...
Update docs using old Service.containerPort
2015-03-24 10:40:33 -07:00
Brendan Burns
ab0ae0a64e
Update the cassandra example to pick up recent changes.
...
Also make it buildable via Maven.
2015-03-24 10:36:43 -07:00
Brendan Burns
9707a944c2
Merge pull request #5808 from mikeln/issue-5737
...
Cassandra Cluster Example Add Check for Null Endpoints (redo2)
2015-03-24 10:10:10 -07:00
Tim Hockin
dfd8bbcf3e
Update docs using old Service.containerPort
2015-03-24 09:44:43 -07:00
Robert Bailey
5c40bd61e4
Merge pull request #5794 from thockin/gcepd_name
...
Rename the JSON for GCEPersistentDisk, fix examples
2015-03-23 17:12:32 -07:00
Brendan Burns
7547eaec2b
Merge pull request #5765 from roberthbailey/pipefail
...
Specify bash when installing kubernetes via get.k8s.io.
2015-03-23 14:05:39 -07:00
Tim Hockin
7ce59d9bc7
Rename the JSON for GCEPersistentDisk in internal
...
I know the internal JSO tags are slated for death. Until then, make them
correct. Also fix some examples of v1b3 conversions that did not rename the
JSON field.
2015-03-23 13:54:00 -07:00