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
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
Dawn Chen
a934efe3e5
Convert limitrange example to v1beta3
2015-03-05 17:38:32 -08:00
Dawn Chen
67be6bfeb8
Convert rethinkdb example to v1beta3
2015-03-05 13:30:45 -08:00
Daniel Smith
d5ae2b56ad
Add v1beta3 files to update-demo
2015-03-05 11:48:25 -08:00
Dawn Chen
125074f1d7
Convert resource-quota example to v1beta3
2015-03-04 16:20:02 -08:00
Dawn Chen
34a39d9583
Convert namespace example to v1beta3
2015-03-04 15:43:55 -08:00
Dawn Chen
528ca409a8
Fix doc
2015-03-04 12:36:03 -08:00
Tim Hockin
fdea7252a4
Merge pull request #5001 from brendandburns/api3
...
Embed VolumeSource in v1beta3 and internal.
2015-03-04 09:50:14 -08:00
jayunit100
3a0a4f1fa8
Guestbook README updates, reset-by-peer error message and v1beta3 note
2015-03-04 10:28:39 -05:00
Brendan Burns
fb90b56bf6
Embed VolumeSource in v1beta3 and internal.
2015-03-04 02:25:40 -08:00
Matthew Farrellee
09bb598739
swap service order to make configure args more obvious
2015-03-03 07:37:00 -05:00
Greg Taylor
286f7d29c4
Correct typo in guestbook/README.md
2015-03-03 05:50:22 -05:00
Jeff Lowdermilk
66dfbe900a
Merge pull request #4963 from roberthbailey/kubectl-proxy
...
Remove host ports from the update demo and update tests (take 2).
2015-03-02 15:16:04 -08:00
Matthew Farrellee
5bac8471ea
add jump to tl;dr
2015-03-02 16:24:38 -05:00
Matthew Farrellee
46ef3611db
add workers to README
2015-03-02 16:17:50 -05:00
Matthew Farrellee
fd74d03fc3
add nimbus service to README
2015-03-02 15:58:45 -05:00
Matthew Farrellee
c173a9585f
add zookeeper service to README
2015-03-02 15:32:25 -05:00
Matthew Farrellee
6631c63652
add tl;dr version of README.md
2015-03-02 15:14:38 -05:00
Matthew Farrellee
6fd45acdee
add storm worker controller
2015-03-02 15:14:38 -05:00
Matthew Farrellee
6bf499e515
add nimbus pod and service definition
2015-03-02 15:14:38 -05:00
Matthew Farrellee
29cabbaf9a
add zookeeper pod and service definition
2015-03-02 15:14:38 -05:00
Robert Bailey
5799dd5f7d
Remove host ports from the update demo and update tests (take 2).
2015-03-02 10:15:34 -08:00
Tim Hockin
e0e6741027
Stop using named ports in examples and scripts.
2015-03-01 21:30:45 -08:00
Brian Grant
987cabd711
Merge pull request #4828 from sub-mod/v1beta3_json_3
...
Update examples to support v1beta3 api - liveness/mysql-wordpress
2015-02-27 13:38:46 -08:00
Tim Hockin
5fee09da6e
Merge pull request #4902 from a-robinson/label
...
Modernize the node selection example to use the `kubectl label` command
2015-02-27 10:21:51 -08:00
Alex Robinson
4e9a2be89d
Modernize the node selection example to use the `kubectl label` command.
2015-02-27 10:17:32 -08:00
Brendan Burns
16b97a4a45
Merge pull request #4591 from derekwaynecarr/origin_example
...
WIP: Example running OpenShift Origin as pod on Kubernetes
2015-02-26 14:38:21 -08:00
Vish Kannan
0d474bc19e
Merge pull request #4772 from sub-mod/vibeta3_json
...
Update examples to support v1beta3 api - cassandra
2015-02-26 14:35:17 -08:00
Jeff Lowdermilk
d085cd21f4
Merge pull request #4606 from satnam6502/guestbook
...
Using kubectl to obtain public IP for guestbook service
2015-02-26 14:18:27 -08:00
Satnam Singh
239df4595c
Using kubectl to obtain public IP for guestbook service
2015-02-26 13:01:28 -08:00
Subin M
97ea7065fc
modify resource limits
2015-02-26 13:51:06 +05:30
Subin M
efaf274a0b
modify resource limits
2015-02-26 13:48:29 +05:30
Subin M
e682c933ea
v1beta3 api yaml files
2015-02-26 04:25:09 +05:30
Subin M
39016242aa
Update examples to support v1beta3 api - liveness/mysql-wordpress
2015-02-26 04:17:24 +05:30
Zach Loafman
84a2a9766a
Revert "Remove host ports from the update demo and update tests"
2015-02-25 09:56:03 -08:00
Brian Grant
e6c1504344
Merge pull request #4775 from sub-mod/v1beta3_json_1
...
Update examples to support v1beta3 api -hazelcast
2015-02-25 09:23:00 -08:00