Commit Graph

106 Commits

Author SHA1 Message Date
feihujiang b5ae9f9493 Delete the simple-yaml.md example 2015-11-12 13:48:52 +08:00
k8s-merge-robot 1c79db1e81 Merge pull request #16320 from zmerlynn/spark-rcs
Auto commit by PR queue bot
2015-10-29 01:42:31 -07:00
k8s-merge-robot 92d4264da1 Merge pull request #16069 from zmerlynn/nfs-1.1
Auto commit by PR queue bot
2015-10-28 22:39:09 -07:00
nikhiljindal 0f0111200c Adding a user-guide doc for deployments 2015-10-28 13:14:08 -07:00
Zach Loafman f30c03ddc1 NFS: Revamp example, add nfs-common to debian saltbase
This ensures nfs-common is installed on GCE, and provides a more
functional explanation/example. I launched two replication controllers
so that there were busybox pods to poke around at the NFS volume, and
so that the later wget actually works (the original example would have
to work on the node, or need some other access to the container
network). After switching to two controllers, it actually makes more
sense to use PV claims, and it's probably a configuration that makes
more sense for indirection for NFS anyways.
2015-10-27 16:58:04 -07:00
Zach Loafman dd77b24146 Spark: Update to current example standards, add GCS connector
* Pod -> ReplicationController, which also forced me to hack around
hostname issue on the master. (Spark master sees the incoming slave
request to spark-master and assumes it's not meant for it, since it's
name is spark-master-controller-abcdef.)

* Remove service env dependencies (depend on DNS instead).

* JSON -> YAML.

* Add GCS connector.

* Make example do something actually useful: A familiar example to
anyone at Google, implement wordcount of all of Shakespeare's works.

* Fix a minor service connection issue in the gluster example.
2015-10-27 15:06:34 -07:00
k8s-merge-robot 51a67d8869 Merge pull request #15899 from bprashanth/ing_docs
Auto commit by PR queue bot
2015-10-24 11:34:22 -07:00
Jon Cope 815d004761 Add Spark-GlusterFS example 2015-10-23 09:01:56 -05:00
Prashanth Balasubramanian d040565c3f Ingress docs 2015-10-22 19:09:50 -07:00
Steve Milner 6de85cd793 Fixes remaining imports per #15319 2015-10-20 07:13:13 -04:00
Chao Xu 05c38583eb refactor "experimental" to "extensions" in documents 2015-10-15 13:39:54 -07:00
Chao Xu 9ddf2fec21 experimental. -> extensions. 2015-10-09 15:49:10 -07:00
Chao Xu dbc6403e43 apis/experimental->apis/extensions 2015-10-09 15:04:41 -07:00
Mike Danese 4fcddc31bc Merge pull request #14094 from ZJU-SEL/pod-example
Demo a sidecar mode within pod for java users
2015-10-07 14:03:44 -07:00
Filip Grzadkowski 4d8d3721e9 Fix phabricator example 2015-09-29 14:56:16 +02:00
Harry Zhang 2afb43db06 Fix example test 2015-09-26 08:08:04 +00:00
Eric Tune 7e72f549df Job and DaemonSet documentation. 2015-09-24 17:51:25 -07:00
nikhiljindal bf6068c125 Adding a deployment example 2015-09-23 18:41:11 -07:00
Huamin Chen 839c6285c1 support fibre channel volume
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-18 19:15:31 -04:00
Jeff Lowdermilk 275ba404e8 Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc
Move resource quota doc from user-guide to admin
2015-09-14 16:02:47 -07:00
Jeff Lowdermilk 92a9f1ace0 Merge pull request #13833 from caesarxuchao/central-latest
[WIP] Making a generic latest package
2015-09-14 09:26:58 -07:00
k8s-merge-robot daba89197f Merge pull request #13371 from wb14123/glusterfs
Auto commit by PR queue bot
2015-09-11 19:15:31 -07:00
Chao Xu 9ef9ef1d88 fixing tests 2015-09-11 17:33:22 -07:00
Chao Xu a150acbc74 massive changes 2015-09-11 17:31:47 -07:00
derekwaynecarr dd6ab5c273 Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
Bin Wang 6de75165eb Add a service with glusterfs endpoints 2015-09-09 14:27:25 +08:00
Quinton Hoole f40ca1f79c Merge pull request #13025 from pires/example_elasticsearch
Revamped Elasticsearch example
2015-09-04 12:28:17 -07:00
Paulo Pires ab07ab3e30 Revamped Elasticsearch example that now uses an Alpine Linux container with JRE 8u51 and Elasticsearch 1.7.1.
Replaced Go discovery mechanism for Elasticsearch discovery plug-in that supports Kubernetes.
2015-09-04 09:39:14 +01:00
Brendan Burns 08ad9f8549 Merge branch 'sdminonne-container_sidecar' 2015-09-02 10:42:08 -07:00
Salvatore Dario Minonne 9bb53c0d21 adding downward api volume plugin 2015-09-01 22:23:03 +02:00
Huamin Chen 7317cc7fe6 implement Ceph FS volume plugin and add to e2e volume test
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-01 14:05:17 -04:00
Satnam Singh fd88b38266 Update Elasticsearch example to remove use of secrets 2015-08-17 16:48:46 -07:00
Steve Kuznetsov 81644f0654 Implementing standalone etcd for openshift 2015-08-06 09:42:11 -04:00
Wojciech Tyczynski a3e3f4bc32 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Mike Danese d6abeaa4c6 run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
Mike Danese c3519fa5b4 rewrite go imports 2015-08-05 17:30:03 -07:00
derekwaynecarr b1bc81d3cd LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Gurvinder Singh a5a8cf845e added test for spark driver too 2015-07-30 09:47:56 +02:00
Tim Hockin af370ca588 Remove v1beta3 2015-07-23 17:21:27 -07:00
Paul Morie 19cab65419 Make examples test easier to debug 2015-07-23 10:38:39 -04:00
Kris Rousey 72e06a2891 Fixing examples_test for moved files in #11595 2015-07-20 16:51:25 -07:00
Mike Danese 07acc0443c move kubernetes-namespaces to docs/user-guide 2015-07-16 16:29:44 -07:00
Karl Isenberg b1c9ff1dd7 Walkthrough example cleanup
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-15 14:27:11 -07:00
Mike Danese 9fc2bd8552 fix all tests 2015-07-14 21:51:30 -07:00
Mike Danese f0e763ed1b readd test case for pod.yaml 2015-07-14 15:09:47 -07:00
Mike Danese 060ce20c75 point tests to new doc location 2015-07-14 12:23:16 -07:00
derekwaynecarr b44b24678d LimitRange example improvements, detailed README 2015-07-10 11:07:54 -04:00
Marcin Wielgus 954b17b278 Flower service and updated kubectl outputs in examples/clery-rabbitmq 2015-07-08 11:10:59 +02:00
Anastasis Andronidis 451320e9c2 Correctly parse multiple resources from files
Refactored how files, directories and stdin are handled. Every file must pass
through the FileVisitor and then streamed through StreamVisitor. FileVisitor
takes care of opening/closing files and StreamVisitor is parsing multiple
resources.
2015-06-29 23:11:46 +02:00
dingh c029985835 Example for policy config file for scheduler
Add a json file which can be used with --policy-config-file argument when starting kube-scheduler.

This file serves as an example for new Kubernetes users so that they can quickly understand how to
use '--policy-config-file' argument and have a brief idea about the scheduler policy.
2015-06-24 11:10:27 +08:00