Brendan Burns
6db5d32407
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
4880be6ce3
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
e894303b5e
Update docs using old Service.containerPort
2015-03-24 09:44:43 -07:00
Robert Bailey
62475238eb
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
be2c283397
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
91030d0b70
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
Mikel Nelson
8c38859456
Issue #5737 Cassandra Cluster Example Custom Seed Cores on First Node
2015-03-23 13:50:38 -07:00
Clayton Coleman
d01229a191
Merge pull request #5533 from smarterclayton/burn_yaml_with_fire
...
Burn YAML with fire (kind of)
2015-03-23 13:45:52 -04:00
Robert Bailey
ecb29342b9
Specify bash when installing kubernetes via get.k8s.io.
...
Fixes #5689 .
2015-03-21 22:50:29 -07:00
Jan Dolecek
71c1271e0c
Update README.md
...
Fix some formatting.
2015-03-20 22:43:07 +00:00
Tim Hockin
a185f04267
Rename Service.ContainerPort to TargetPort in v1b3
...
Fix all callers and examples. Part of multi-port service cleanup.
2015-03-20 13:50:06 -07:00
Clayton Coleman
9512dec26a
Replace automatic YAML decoding with opt-in YAML decoding
...
Base codecs no longer automically handle YAML. Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
2015-03-20 00:03:56 -04:00
Clayton Coleman
117ec7ab58
Invalid JSON in examples and tests
2015-03-20 00:02:03 -04:00
Chris Alfonso
61a1f49938
NFSMount storage plugin for kubelet.
...
* If you want to test this out when an actual NFS export a good place
to start is by running the NFS server in a container:
docker run -d --name nfs --privileged cpuguy83/nfs-server /tmp
More detail can be found here:
https://github.com/cpuguy83/docker-nfs-server
2015-03-19 13:37:38 -04:00
Robert Bailey
5822e24882
Merge pull request #5591 from piosz/guestbook_example
...
Rewrote guestbook-go example to use kube-dns
2015-03-18 17:01:21 -07:00
nikhiljindal
0fcd62c921
Updating integration tests to test both API versions - v1beta1 and 3
2015-03-18 15:24:11 -07:00
Piotr Szczesniak
567f086d33
Rewrote guestbook-go example to use kube-dns
...
This is follow up of #5284 .
I also built a new kubernetes/guestbook:v2 image.
2015-03-18 12:07:16 +01:00
Brendan Burns
9030aa2753
Merge pull request #5447 from jayunit100/k8petstore
...
K8petstore
2015-03-17 07:28:30 -07:00
Jeff Lowdermilk
a06e25aa14
Add dependencies for k8petstore to Godeps
...
Cleanup k8petstore to use Godeps dependencies, add to hack/build-go.sh
Remove trailing spaces, README
2015-03-17 07:06:01 -04:00
jayunit100
1a45f5b465
Cleanup after initial PR and shading of src.
2015-03-16 19:12:36 -04:00
Jeff Lowdermilk
70f7dfd7f7
Merge pull request #5504 from piosz/guestbook_example
...
Removed resource specification from guestbook example
2015-03-16 10:09:01 -07:00
Alex Robinson
f3ee8bf2ce
Merge pull request #5495 from scuxiayiqian/master
...
Fix the stop rc failure in Cleanup Step
2015-03-16 09:39:07 -07:00
Piotr Szczesniak
880f7aab1d
Removed resource specification from guestbook example
...
The reason is partially #5503 but also I think it makes guestbook more
complicated and is not necessary there.
2015-03-16 14:27:09 +01:00
scuxiayiqian
4daf922fbc
fix the stop rc failure in Cleanup Step
2015-03-16 15:57:29 +08:00
Tamer Tas
7646e96322
Refactor examples_test.walkJSONFiles
2015-03-14 18:05:23 +02:00
Brendan Burns
72521192ff
Merge pull request #4953 from mattf/storm-example
...
Storm example
2015-03-13 12:14:23 -07:00
jayunit100
c7032ac149
K8PetStore: A scalable kubernetes application with automated load generation ( #3137 ).
2015-03-13 14:18:00 -04:00
Brian Grant
4c9e7f7968
Merge pull request #5062 from ArtfulCoder/doc
...
Updated gce-pd and redis examples to use v1beta3
2015-03-12 10:49:20 -07:00
Abhi Shah
f13d809a53
updated gce-pd and redis examples to use v1beta3
2015-03-11 16:15:49 -07:00
Piotr Szczesniak
8076edc0ed
Rewrite guestbook example to use kube-dns instead of host:port
...
This fixes #5091
2015-03-11 09:51:47 +01:00
Daniel Smith
1151ac3ba4
Merge pull request #5144 from jayunit100/docs
...
Describe how to use publicIPs to access guestbook externally when not us...
2015-03-10 11:56:49 -07:00
Brian Grant
eabf8530cd
Merge pull request #5079 from dchen1107/doc
...
Convert resource-quota and rethinkdb to v1beta3
2015-03-10 11:29:37 -07:00
Filip Grzadkowski
7716b56521
Add Phabricator example
...
Summary: Add phabricator example
Reviewers: davidopp
Reviewed By: davidopp
Subscribers: #kubernetes
Projects: #kubernetes
Differential Revision: http://107.178.210.6/D5
2015-03-10 16:22:52 +01:00
jayunit100
a631ca3016
Clarify publicIP on minion use case
2015-03-10 10:41:59 -04:00
Alex Mohr
8cc1a3cbf7
Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..."
2015-03-09 14:44:14 -07:00
Alex Mohr
3f2e2e716b
Revert "Deleting old sample JSON; moving those in use; updating references"
2015-03-09 14:18:40 -07:00
Alex Mohr
eded244f07
Merge pull request #5124 from MikeJeffrey/ex3
...
Deleting old sample JSON; moving those in use; updating references
2015-03-09 10:58:44 -07:00
MikeJeffrey
057d590c24
Deleting old sample JSON; moving those in use; updating references
2015-03-06 17:24:45 -08:00
jayunit100
38b566b066
Describe how to use publicIPs to access guestbook externally when not using external load balancers
2015-03-06 15:59:43 -05:00
Derek Carr
080c8b1f9b
Merge pull request #5050 from dchen1107/cleanup
...
Convert both namespace and limitrange examples to v1beta3
2015-03-06 13:26:23 -05:00
Tim Hockin
55efe6238e
Merge pull request #4898 from gmarek/client2
...
Loosen label and annotation validation and related tests
2015-03-06 09:14:24 -08:00
Brendan Burns
df072a4695
Merge pull request #5126 from endocode/karl/celery-example
...
New example: Distributed task queue
2015-03-06 15:15:46 +01:00
Karl Beecher
aa48cc2807
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
gmarek
1308ec4c4d
apply comments
2015-03-06 08:23:22 +01:00
Dawn Chen
2b9a7c3a63
Convert limitrange example to v1beta3
2015-03-05 17:38:32 -08:00
Dawn Chen
87fd2b85c3
Convert rethinkdb example to v1beta3
2015-03-05 13:30:45 -08:00
Daniel Smith
4a7954871b
Add v1beta3 files to update-demo
2015-03-05 11:48:25 -08:00
Dawn Chen
90e1a0d6d8
Convert resource-quota example to v1beta3
2015-03-04 16:20:02 -08:00
Dawn Chen
f5e9de5c9b
Convert namespace example to v1beta3
2015-03-04 15:43:55 -08:00
Dawn Chen
c4c97a2986
Fix doc
2015-03-04 12:36:03 -08:00