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
Mikel Nelson
bbca7217b7
Issue #5737 Cassandra Cluster Example Custom Seed Cores on First Node
2015-03-23 13:50:38 -07:00
Clayton Coleman
d19aac80ea
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
a7bc9edb96
Specify bash when installing kubernetes via get.k8s.io.
...
Fixes #5689 .
2015-03-21 22:50:29 -07:00
Jan Dolecek
7f7ac2deb6
Update README.md
...
Fix some formatting.
2015-03-20 22:43:07 +00:00
Tim Hockin
4375376e9c
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
6918a4d32e
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
1b1866d836
Invalid JSON in examples and tests
2015-03-20 00:02:03 -04:00
Chris Alfonso
1a45e37d17
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
242dd9c921
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
7e36bbab3c
Updating integration tests to test both API versions - v1beta1 and 3
2015-03-18 15:24:11 -07:00
Piotr Szczesniak
ff0316dd71
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
60b2b5d5b4
Merge pull request #5447 from jayunit100/k8petstore
...
K8petstore
2015-03-17 07:28:30 -07:00
Jeff Lowdermilk
404b20e6b8
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
abf3bb226e
Cleanup after initial PR and shading of src.
2015-03-16 19:12:36 -04:00
Jeff Lowdermilk
a2e710b3fe
Merge pull request #5504 from piosz/guestbook_example
...
Removed resource specification from guestbook example
2015-03-16 10:09:01 -07:00
Alex Robinson
087e0669d3
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
e6031e3190
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
831017e5a9
fix the stop rc failure in Cleanup Step
2015-03-16 15:57:29 +08:00
Tamer Tas
17997360a5
Refactor examples_test.walkJSONFiles
2015-03-14 18:05:23 +02:00
Brendan Burns
494ac9ebc0
Merge pull request #4953 from mattf/storm-example
...
Storm example
2015-03-13 12:14:23 -07:00
jayunit100
c552e916da
K8PetStore: A scalable kubernetes application with automated load generation ( #3137 ).
2015-03-13 14:18:00 -04:00
Brian Grant
c0b8dc503f
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
f92b20888b
updated gce-pd and redis examples to use v1beta3
2015-03-11 16:15:49 -07:00
Piotr Szczesniak
4679a37b38
Rewrite guestbook example to use kube-dns instead of host:port
...
This fixes #5091
2015-03-11 09:51:47 +01:00
Daniel Smith
d8d64987ab
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
8273fffb84
Merge pull request #5079 from dchen1107/doc
...
Convert resource-quota and rethinkdb to v1beta3
2015-03-10 11:29:37 -07:00
Filip Grzadkowski
401babef29
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
fbeeaf8d30
Clarify publicIP on minion use case
2015-03-10 10:41:59 -04:00
Alex Mohr
da9622a6d7
Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..."
2015-03-09 14:44:14 -07:00
Alex Mohr
44b9b7aea5
Revert "Deleting old sample JSON; moving those in use; updating references"
2015-03-09 14:18:40 -07:00
Alex Mohr
ee276b26cb
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
4da6d413be
Deleting old sample JSON; moving those in use; updating references
2015-03-06 17:24:45 -08:00
jayunit100
ef946dac38
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
d99e9f728c
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
ca265c5705
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
6ed5bc2bcc
Merge pull request #5126 from endocode/karl/celery-example
...
New example: Distributed task queue
2015-03-06 15:15:46 +01: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
gmarek
bb8a4f5ed3
apply comments
2015-03-06 08:23:22 +01:00