From cd272ee4a6e60f51de4b73e022fa1cb0153fbd62 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Tue, 14 Jun 2016 09:01:53 -0700 Subject: [PATCH] Revert "Redo v1.4.0-alpha.0" This reverts commit c7f1485e1b3491e98f102c30e7e342cb53dda818, reversing changes made to 939ad4115a2a96f1e18758ec45b7d312bec65aa7. --- README.md | 38 +++++++++++++++---- apiserver/README.md | 36 ++++++++++++++---- aws_ebs/README.md | 36 ++++++++++++++---- azure_file/README.md | 36 ++++++++++++++---- blog-logging/diagrams/README.md | 36 ++++++++++++++---- cassandra/README.md | 36 ++++++++++++++---- cassandra/java/README.md | 33 ++++++++++++---- celery-rabbitmq/README.md | 36 ++++++++++++++---- cephfs/README.md | 36 ++++++++++++++---- cluster-dns/README.md | 36 ++++++++++++++---- elasticsearch/README.md | 36 ++++++++++++++---- elasticsearch/production_cluster/README.md | 36 ++++++++++++++---- .../persistent-volume-provisioning/README.md | 36 ++++++++++++++---- explorer/README.md | 36 ++++++++++++++---- fibre_channel/README.md | 36 ++++++++++++++---- flexvolume/README.md | 36 ++++++++++++++---- flocker/README.md | 36 ++++++++++++++---- glusterfs/README.md | 36 ++++++++++++++---- guestbook-go/README.md | 36 ++++++++++++++---- guestbook-go/_src/README.md | 36 ++++++++++++++---- guestbook/README.md | 36 ++++++++++++++---- guidelines.md | 36 ++++++++++++++---- hazelcast/README.md | 36 ++++++++++++++---- https-nginx/README.md | 36 ++++++++++++++---- iscsi/README.md | 36 ++++++++++++++---- javaee/README.md | 36 ++++++++++++++---- javaweb-tomcat-sidecar/README.md | 36 ++++++++++++++---- job/expansions/README.md | 36 ++++++++++++++---- job/work-queue-1/README.md | 36 ++++++++++++++---- job/work-queue-2/README.md | 36 ++++++++++++++---- k8petstore/README.md | 36 ++++++++++++++---- k8petstore/bps-data-generator/README.md | 36 ++++++++++++++---- kubectl-container/README.md | 36 ++++++++++++++---- meteor/README.md | 36 ++++++++++++++---- meteor/dockerbase/README.md | 36 ++++++++++++++---- mysql-cinder-pd/README.md | 36 ++++++++++++++---- mysql-galera/README.md | 36 ++++++++++++++---- mysql-wordpress-pd/README.md | 36 ++++++++++++++---- newrelic/README.md | 36 ++++++++++++++---- nfs/README.md | 29 ++++++++++++++ nfs/nfs-data/README.md | 36 ++++++++++++++---- nodesjs-mongodb/README.md | 36 ++++++++++++++---- openshift-origin/README.md | 36 ++++++++++++++---- phabricator/README.md | 36 ++++++++++++++---- rbd/README.md | 36 ++++++++++++++---- redis/README.md | 36 ++++++++++++++---- rethinkdb/README.md | 36 ++++++++++++++---- runtime-constraints/README.md | 36 ++++++++++++++---- selenium/README.md | 36 ++++++++++++++---- sharing-clusters/README.md | 36 ++++++++++++++---- simple-nginx.md | 36 ++++++++++++++---- spark/README.md | 36 ++++++++++++++---- spark/spark-gluster/README.md | 36 ++++++++++++++---- storm/README.md | 36 ++++++++++++++---- vitess/README.md | 36 ++++++++++++++---- 55 files changed, 1592 insertions(+), 380 deletions(-) diff --git a/README.md b/README.md index 3da5c193..5d96eca0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,38 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + -# Kubernetes Examples: releases.k8s.io/v1.4.0-alpha.0 +# Kubernetes Examples: releases.k8s.io/HEAD This directory contains a number of examples of how to run real applications with Kubernetes. @@ -29,13 +58,6 @@ Note: Please add examples to the list above that are maintained. See [Example Guidelines](guidelines.md) for a description of what goes in this directory, and what examples should contain. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/README.md?pixel)]() diff --git a/apiserver/README.md b/apiserver/README.md index 3dd5d35b..abbecd7a 100644 --- a/apiserver/README.md +++ b/apiserver/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/apiserver/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -22,13 +51,6 @@ $ go run examples/apiserver/server/main.go ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/apiserver/README.md?pixel)]() diff --git a/aws_ebs/README.md b/aws_ebs/README.md index 772db97d..f71c70c7 100644 --- a/aws_ebs/README.md +++ b/aws_ebs/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/aws_ebs/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + This is a simple web server pod which serves HTML from an AWS EBS @@ -36,13 +65,6 @@ You should now be able to query your web server: ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/aws_ebs/README.md?pixel)]() diff --git a/azure_file/README.md b/azure_file/README.md index 17c43f36..2e556f17 100644 --- a/azure_file/README.md +++ b/azure_file/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/azure_file/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -35,13 +64,6 @@ Then create the Pod: # kubectl create -f examples/azure_file/azure.yaml ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/azure_file/README.md?pixel)]() diff --git a/blog-logging/diagrams/README.md b/blog-logging/diagrams/README.md index c1def038..02b4a2f0 100644 --- a/blog-logging/diagrams/README.md +++ b/blog-logging/diagrams/README.md @@ -1,18 +1,40 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/blog-logging/diagrams/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + # Diagrams for Cloud Logging Blog Article - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/blog-logging/diagrams/README.md?pixel)]() diff --git a/cassandra/README.md b/cassandra/README.md index 14a14b9d..7f30e728 100644 --- a/cassandra/README.md +++ b/cassandra/README.md @@ -1,6 +1,35 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/cassandra/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -566,13 +595,6 @@ $ kubectl delete daemonset cassandra ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/cassandra/README.md?pixel)]() diff --git a/cassandra/java/README.md b/cassandra/java/README.md index 7da0b24d..6e8c8aa2 100644 --- a/cassandra/java/README.md +++ b/cassandra/java/README.md @@ -1,9 +1,33 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + -# Cassandra on Kubernetes Custom Seed Provider: releases.k8s.io/v1.4.0-alpha.0 +# Cassandra on Kubernetes Custom Seed Provider: releases.k8s.io/HEAD Within any deployment of Cassandra a Seed Provider is used to for node discovery and communication. When a Cassandra node first starts it must discover which nodes, or seeds, for the information about the Cassandra nodes in the ring / rack / datacenter. @@ -34,13 +58,6 @@ expand this capability. This in affect makes every node a seed provider, which is not a recommended best practice. This increases maintenance and reduces gossip performance. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/cassandra/java/README.md?pixel)]() diff --git a/celery-rabbitmq/README.md b/celery-rabbitmq/README.md index 27c16578..162c6901 100644 --- a/celery-rabbitmq/README.md +++ b/celery-rabbitmq/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/celery-rabbitmq/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -277,13 +306,6 @@ Point your internet browser to the appropriate flower-service address, port 5555 If you click on the tab called "Tasks", you should see an ever-growing list of tasks called "celery_conf.add" which the run\_tasks.py script is dispatching. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/celery-rabbitmq/README.md?pixel)]() diff --git a/cephfs/README.md b/cephfs/README.md index 18df71ae..0b010e75 100644 --- a/cephfs/README.md +++ b/cephfs/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/cephfs/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -38,13 +67,6 @@ Here are the commands: If you ssh to that machine, you can run `docker ps` to see the actual pod and `docker inspect` to see the volumes used by the container. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/cephfs/README.md?pixel)]() diff --git a/cluster-dns/README.md b/cluster-dns/README.md index a6451123..5957d4ac 100644 --- a/cluster-dns/README.md +++ b/cluster-dns/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/cluster-dns/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -182,13 +211,6 @@ kubectl logs dns-frontend ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/cluster-dns/README.md?pixel)]() diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 6ae023c1..1c094224 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/elasticsearch/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -163,13 +192,6 @@ You should see something similar to the following: } ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/elasticsearch/README.md?pixel)]() diff --git a/elasticsearch/production_cluster/README.md b/elasticsearch/production_cluster/README.md index 61691b8d..73676a82 100644 --- a/elasticsearch/production_cluster/README.md +++ b/elasticsearch/production_cluster/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/elasticsearch/production_cluster/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -189,13 +218,6 @@ You should see something similar to the following: ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/elasticsearch/production_cluster/README.md?pixel)]() diff --git a/experimental/persistent-volume-provisioning/README.md b/experimental/persistent-volume-provisioning/README.md index e7796576..5f7e5ee2 100644 --- a/experimental/persistent-volume-provisioning/README.md +++ b/experimental/persistent-volume-provisioning/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/experimental/persistent-volume-provisioning/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -91,13 +120,6 @@ $ kubectl get pv ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/experimental/persistent-volume-provisioning/README.md?pixel)]() diff --git a/explorer/README.md b/explorer/README.md index e1848de0..5ece32d1 100644 --- a/explorer/README.md +++ b/explorer/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/explorer/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -133,13 +162,6 @@ Error: <*>lookup elasticsearch-logging: no such host ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/explorer/README.md?pixel)]() diff --git a/fibre_channel/README.md b/fibre_channel/README.md index 777e39b7..62bfdbb7 100644 --- a/fibre_channel/README.md +++ b/fibre_channel/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/fibre_channel/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -44,13 +73,6 @@ CONTAINER ID IMAGE COMMAND C 2948683253f7 gcr.io/google_containers/pause:0.8.0 "/pause" 12 minutes ago Up 12 minutes k8s_POD.7be6d81d_fcpd_default_4024318f-4121-11e5-a294-e839352ddd54_8d9dd7bf ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/fibre_channel/README.md?pixel)]() diff --git a/flexvolume/README.md b/flexvolume/README.md index 4032e12e..4a60fd85 100644 --- a/flexvolume/README.md +++ b/flexvolume/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/flexvolume/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -84,13 +113,6 @@ In addition to the flags specified by the user in the Options field of the FlexV See nginx.yaml[nginx.yaml] for a quick example on how to use Flexvolume in a pod. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/flexvolume/README.md?pixel)]() diff --git a/flocker/README.md b/flocker/README.md index 62ab3864..fa55a2f2 100644 --- a/flocker/README.md +++ b/flocker/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/flocker/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -115,13 +144,6 @@ Read more about the [Flocker Cluster Architecture](https://docs.clusterhq.com/en To see a demo example of using Kubernetes and Flocker, visit [Flocker's blog post on High Availability with Kubernetes and Flocker](https://clusterhq.com/2015/12/22/ha-demo-kubernetes-flocker/) - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/flocker/README.md?pixel)]() diff --git a/glusterfs/README.md b/glusterfs/README.md index 44e384ae..4756c8c7 100644 --- a/glusterfs/README.md +++ b/glusterfs/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/glusterfs/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -104,13 +133,6 @@ $ mount | grep kube_vol You may also run `docker ps` on the host to see the actual container. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/glusterfs/README.md?pixel)]() diff --git a/guestbook-go/README.md b/guestbook-go/README.md index e3a74893..88c1b521 100644 --- a/guestbook-go/README.md +++ b/guestbook-go/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/guestbook-go/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -271,13 +300,6 @@ Tip: To turn down your Kubernetes cluster, follow the corresponding instructions [Getting Started Guides](../../docs/getting-started-guides/) that you previously used to create your cluster. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/guestbook-go/README.md?pixel)]() diff --git a/guestbook-go/_src/README.md b/guestbook-go/_src/README.md index ce504d14..d3f99392 100644 --- a/guestbook-go/_src/README.md +++ b/guestbook-go/_src/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/guestbook-go/_src/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -25,13 +54,6 @@ If you want to, you can build and push the image step by step: make push - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/guestbook-go/_src/README.md?pixel)]() diff --git a/guestbook/README.md b/guestbook/README.md index 5ed120cb..f58191d7 100644 --- a/guestbook/README.md +++ b/guestbook/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/guestbook/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -702,13 +731,6 @@ For Google Compute Engine details about limiting traffic to specific sources, se [cloud-console]: https://console.developer.google.com [gce-firewall-docs]: https://cloud.google.com/compute/docs/networking#firewalls - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/guestbook/README.md?pixel)]() diff --git a/guidelines.md b/guidelines.md index c765cdcc..db2b5fb8 100644 --- a/guidelines.md +++ b/guidelines.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/guidelines.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -90,13 +119,6 @@ Examples are not: of "additional resources" and "what example to look at next". - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/guidelines.md?pixel)]() diff --git a/hazelcast/README.md b/hazelcast/README.md index 93282032..2cf92ea5 100644 --- a/hazelcast/README.md +++ b/hazelcast/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/hazelcast/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -252,13 +281,6 @@ kubectl scale rc hazelcast --replicas=4 See [here](https://github.com/pires/hazelcast-kubernetes-bootstrapper/blob/master/src/main/java/com/github/pires/hazelcast/HazelcastDiscoveryController.java) - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/hazelcast/README.md?pixel)]() diff --git a/https-nginx/README.md b/https-nginx/README.md index ca1df1a9..f69be208 100644 --- a/https-nginx/README.md +++ b/https-nginx/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/https-nginx/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -66,13 +95,6 @@ $ curl https://nodeip:30744 -k For more information on how to run this in a kubernetes cluster, please see the [user-guide](../../docs/user-guide/connecting-applications.md). - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/https-nginx/README.md?pixel)]() diff --git a/iscsi/README.md b/iscsi/README.md index 1bd560c3..349f11f4 100644 --- a/iscsi/README.md +++ b/iscsi/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/iscsi/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -90,13 +119,6 @@ Run *docker inspect* and verify the container mounted the host directory into th ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/iscsi/README.md?pixel)]() diff --git a/javaee/README.md b/javaee/README.md index 8855e626..f2632bcc 100644 --- a/javaee/README.md +++ b/javaee/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/javaee/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -134,13 +163,6 @@ kubectl delete -f examples/javaee/wildfly-rc.yaml ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/javaee/README.md?pixel)]() diff --git a/javaweb-tomcat-sidecar/README.md b/javaweb-tomcat-sidecar/README.md index 4174b73e..dd83492a 100644 --- a/javaweb-tomcat-sidecar/README.md +++ b/javaweb-tomcat-sidecar/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/javaweb-tomcat-sidecar/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -185,13 +214,6 @@ $ kubectl delete -f examples/javaweb-tomcat-sidecar/javaweb-2.yaml - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/javaweb-tomcat-sidecar/README.md?pixel)]() diff --git a/job/expansions/README.md b/job/expansions/README.md index a58705b8..2d80b8b7 100644 --- a/job/expansions/README.md +++ b/job/expansions/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/job/expansions/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -215,13 +244,6 @@ In this case, you can consider one of the other [job patterns](../../../docs/user-guide/jobs.md#job-patterns). - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/job/expansions/README.md?pixel)]() diff --git a/job/work-queue-1/README.md b/job/work-queue-1/README.md index a4ed4ca4..144e23ed 100644 --- a/job/work-queue-1/README.md +++ b/job/work-queue-1/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/job/work-queue-1/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -336,13 +365,6 @@ in the queue have been processed. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/job/work-queue-1/README.md?pixel)]() diff --git a/job/work-queue-2/README.md b/job/work-queue-2/README.md index 47ee6da8..12113c6b 100644 --- a/job/work-queue-2/README.md +++ b/job/work-queue-2/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/job/work-queue-2/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -273,13 +302,6 @@ and consider running a background processing library such as https://github.com/resque/resque. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/job/work-queue-2/README.md?pixel)]() diff --git a/k8petstore/README.md b/k8petstore/README.md index 96b836ee..ffd0e2a4 100644 --- a/k8petstore/README.md +++ b/k8petstore/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/k8petstore/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -137,13 +166,6 @@ For questions on running this app, you can ask on [Slack](../../docs/troubleshoo For questions about bigpetstore, and how the data is generated, ask on the apache bigtop mailing list. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/k8petstore/README.md?pixel)]() diff --git a/k8petstore/bps-data-generator/README.md b/k8petstore/bps-data-generator/README.md index 07667294..87438d3a 100644 --- a/k8petstore/bps-data-generator/README.md +++ b/k8petstore/bps-data-generator/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/k8petstore/bps-data-generator/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -20,13 +49,6 @@ then, cd to bigtop-bigpetstore/bigpetstore-transaction-queue, and run the docker `Docker build -t -i jayunit100/bps-transaction-queue`. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/k8petstore/bps-data-generator/README.md?pixel)]() diff --git a/kubectl-container/README.md b/kubectl-container/README.md index 6fdccc14..c5684dba 100644 --- a/kubectl-container/README.md +++ b/kubectl-container/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/kubectl-container/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + To access the Kubernetes API [from a Pod](../../docs/user-guide/accessing-the-cluster.md#accessing-the-api-from-a-pod) one of the solution is to run `kubectl proxy` in a so-called sidecar container within the Pod. To do this, you need to package `kubectl` in a container. It is useful when service accounts are being used for accessing the API and the old no-auth KUBERNETES_RO service is not available. Since all containers in a Pod share the same network namespace, containers will be able to reach the API on localhost. @@ -30,13 +59,6 @@ this configuration. To launch this Pod, you will need a configured Kubernetes en $ kubectl create -f pod.json - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/kubectl-container/README.md?pixel)]() diff --git a/meteor/README.md b/meteor/README.md index 39528e5c..1ac0bc82 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/meteor/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + Meteor on Kuberenetes @@ -214,13 +243,6 @@ container section: ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/meteor/README.md?pixel)]() diff --git a/meteor/dockerbase/README.md b/meteor/dockerbase/README.md index 5531064c..8c15dc46 100644 --- a/meteor/dockerbase/README.md +++ b/meteor/dockerbase/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/meteor/dockerbase/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + Building the meteor-kubernetes base image @@ -13,13 +42,6 @@ To build and push the base meteor-kubernetes image: docker push chees/meteor-kubernetes - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/meteor/dockerbase/README.md?pixel)]() diff --git a/mysql-cinder-pd/README.md b/mysql-cinder-pd/README.md index ca01e022..249ce038 100644 --- a/mysql-cinder-pd/README.md +++ b/mysql-cinder-pd/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/mysql-cinder-pd/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -51,13 +80,6 @@ This should now 4. Spin up a container with this volume mounted to the path specified in the pod definition - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/mysql-cinder-pd/README.md?pixel)]() diff --git a/mysql-galera/README.md b/mysql-galera/README.md index d7fcd90d..4c33bd1e 100644 --- a/mysql-galera/README.md +++ b/mysql-galera/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/mysql-galera/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -137,13 +166,6 @@ This setup certainly can become more fluid and dynamic. One idea is to perhaps u - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/mysql-galera/README.md?pixel)]() diff --git a/mysql-wordpress-pd/README.md b/mysql-wordpress-pd/README.md index 3eb29d6c..f77ca360 100644 --- a/mysql-wordpress-pd/README.md +++ b/mysql-wordpress-pd/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/mysql-wordpress-pd/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -314,13 +343,6 @@ kubectl delete pv wordpress-pv-1 wordpress-pv-2 * [Exec](http://kubernetes.io/docs/user-guide/getting-into-containers/) * [Port Forwarding](http://kubernetes.io/docs/user-guide/connecting-to-applications-port-forward/) - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/mysql-wordpress-pd/README.md?pixel)]() diff --git a/newrelic/README.md b/newrelic/README.md index 9250be71..710a31ee 100644 --- a/newrelic/README.md +++ b/newrelic/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/newrelic/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -146,13 +175,6 @@ The daemonset instructs Kubernetes to spawn pods on each node, mapping /dev/, /r It's a bit cludgy to define the environment variables like we do here in these config files. There is [another issue](https://github.com/kubernetes/kubernetes/issues/4710) to discuss adding mapping secrets to environment variables in Kubernetes. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/newrelic/README.md?pixel)]() diff --git a/nfs/README.md b/nfs/README.md index 430bb6f2..a1fa2a84 100644 --- a/nfs/README.md +++ b/nfs/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/nfs/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + diff --git a/nfs/nfs-data/README.md b/nfs/nfs-data/README.md index 5da5c13d..a2ee9092 100644 --- a/nfs/nfs-data/README.md +++ b/nfs/nfs-data/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/nfs/nfs-data/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -13,13 +42,6 @@ Available as `gcr.io/google-samples/nfs-server` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/nfs/nfs-data/README.md?pixel)]() diff --git a/nodesjs-mongodb/README.md b/nodesjs-mongodb/README.md index 03225195..54235d67 100644 --- a/nodesjs-mongodb/README.md +++ b/nodesjs-mongodb/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/nodesjs-mongodb/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -282,13 +311,6 @@ With Google Cloud Platform, get the IP address of all load balancers with the fo gcloud compute forwarding-rules list ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/nodesjs-mongodb/README.md?pixel)]() diff --git a/openshift-origin/README.md b/openshift-origin/README.md index 25d6db6d..f21a3294 100644 --- a/openshift-origin/README.md +++ b/openshift-origin/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/openshift-origin/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -211,13 +240,6 @@ $ ${OPENSHIFT_EXAMPLE}/cleanup.sh ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/openshift-origin/README.md?pixel)]() diff --git a/phabricator/README.md b/phabricator/README.md index 5a698a08..356f7be2 100644 --- a/phabricator/README.md +++ b/phabricator/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/phabricator/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -216,13 +245,6 @@ $ cluster/kube-down.sh ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/phabricator/README.md?pixel)]() diff --git a/rbd/README.md b/rbd/README.md index 9936924d..150ac28d 100644 --- a/rbd/README.md +++ b/rbd/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/rbd/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -59,13 +88,6 @@ On the Kubernetes host, I got these in mount output If you ssh to that machine, you can run `docker ps` to see the actual pod and `docker inspect` to see the volumes used by the container. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/rbd/README.md?pixel)]() diff --git a/redis/README.md b/redis/README.md index cee42f8d..0d78f742 100644 --- a/redis/README.md +++ b/redis/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/redis/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -133,13 +162,6 @@ kubectl delete pods redis-master ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/redis/README.md?pixel)]() diff --git a/rethinkdb/README.md b/rethinkdb/README.md index 4452eb22..f227222a 100644 --- a/rethinkdb/README.md +++ b/rethinkdb/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/rethinkdb/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + RethinkDB Cluster on Kubernetes @@ -129,13 +158,6 @@ the generated pods which is using `nodeSelector` to force k8s to schedule contai * see [antmanler/rethinkdb-k8s](https://github.com/antmanler/rethinkdb-k8s) for detail - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/rethinkdb/README.md?pixel)]() diff --git a/runtime-constraints/README.md b/runtime-constraints/README.md index 2d26609e..922d451d 100644 --- a/runtime-constraints/README.md +++ b/runtime-constraints/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/runtime-constraints/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -285,13 +314,6 @@ You see that our BestEffort pod goes in a restart cycle, but the pods with great As you can see, we rely on the Kernel to react to system OOM events. Depending on how your host operating system was configured, and which process the Kernel ultimately decides to kill on your Node, you may experience unstable results. In addition, during an OOM event, while the kernel is cleaning up processes, the system may experience significant periods of slow down or appear unresponsive. As a result, while the system allows you to overcommit on memory, we recommend to not induce a Kernel sys OOM. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/runtime-constraints/README.md?pixel)]() diff --git a/selenium/README.md b/selenium/README.md index ba05f22c..2246c5ed 100644 --- a/selenium/README.md +++ b/selenium/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/selenium/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -199,13 +228,6 @@ kubectl delete svc selenium-hub-external ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/selenium/README.md?pixel)]() diff --git a/sharing-clusters/README.md b/sharing-clusters/README.md index 3ef66919..73474485 100644 --- a/sharing-clusters/README.md +++ b/sharing-clusters/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/sharing-clusters/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -187,13 +216,6 @@ eu-minion-loh2 kubernetes.io/hostname=eu-minion-loh2 Ready For a more advanced example of sharing clusters, see the [service-loadbalancer](https://github.com/kubernetes/contrib/tree/master/service-loadbalancer/README.md) - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/sharing-clusters/README.md?pixel)]() diff --git a/simple-nginx.md b/simple-nginx.md index 08086ecc..57ef12cd 100644 --- a/simple-nginx.md +++ b/simple-nginx.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/simple-nginx.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -62,13 +91,6 @@ Most people will eventually want to use declarative configuration files for crea is given in a different document. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/simple-nginx.md?pixel)]() diff --git a/spark/README.md b/spark/README.md index fc25cd66..6b0d9222 100644 --- a/spark/README.md +++ b/spark/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/spark/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -300,13 +329,6 @@ Then visit [http://localhost:8080/](http://localhost:8080/). top right as well), the `port-forward` probably failed and needs to be restarted. See #12179. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/spark/README.md?pixel)]() diff --git a/spark/spark-gluster/README.md b/spark/spark-gluster/README.md index 8025dd55..d47ab98a 100644 --- a/spark/spark-gluster/README.md +++ b/spark/spark-gluster/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/spark/spark-gluster/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -123,13 +152,6 @@ While still in the container, you can see the output of your Spark Job in the Di root@spark-master-controller-c1sqd:/# ls -l /mnt/glusterfs/output ``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/spark/spark-gluster/README.md?pixel)]() diff --git a/storm/README.md b/storm/README.md index 377cfc29..18129a21 100644 --- a/storm/README.md +++ b/storm/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/storm/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -172,13 +201,6 @@ Make sure the Nimbus Pod is running. ```kubectl create -f storm-worker-controller.json``` - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/storm/README.md?pixel)]() diff --git a/vitess/README.md b/vitess/README.md index 26bc8000..4c233e95 100644 --- a/vitess/README.md +++ b/vitess/README.md @@ -1,5 +1,34 @@ + + +WARNING +WARNING +WARNING +WARNING +WARNING + +

PLEASE NOTE: This document applies to the HEAD of the source tree

+ +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + + + +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/examples/vitess/README.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). + +-- + + @@ -113,13 +142,6 @@ in Vitess. Each page number is assigned to one of the shards using a You may also want to remove any firewall rules you created. - - - - - - - [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/vitess/README.md?pixel)]()