Commit Graph

1363 Commits

Author SHA1 Message Date
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
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