kubernetes/examples
Eric Tune 53ee76fe1a Support Work Queue jobs with variable parallelism
When job.spec.completions is nil, only
one task needs to succeed for the job to succeed,
and parallelism can be scaled freely during runtime.

Added tests.

Release Note:

This causes two minor changes to the API.

First, unset parallelism previously was defaulted to be
equal to completions.  Now it always defaults to 1 if unset.

Second, having parallelism=N and completions unset would previously
be defaulted to 1 completion and N parallelism.
(this is not something we expect people to do, though)
Now, no defaulting occurs in that case, and the job's
behavior is different (any completion causes success).
2016-01-22 14:57:51 -08:00
..
apiserver Adding an example apiserver 2016-01-22 11:52:16 -08:00
aws_ebs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
blog-logging run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cassandra Correct permissions on cassandra run script and fix provider. 2016-01-06 07:55:19 -05:00
celery-rabbitmq run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cephfs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cluster-dns run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
elasticsearch run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
experimental/persistent-volume-provisioning run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
explorer run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
extensions Horizontal pod autoscaling example moved to user guide. 2015-10-23 18:49:20 +02:00
fibre_channel run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
flexvolume Add support for flex volume. Flex volume adds support for thirdparty(vendor) 2015-12-23 14:11:38 -08:00
flocker initial commit to refacter flocker example docs 2016-01-12 13:54:45 -05:00
glusterfs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
guestbook Merge pull request #17932 from GertiPoppel/DocContribution 2016-01-19 17:15:33 -08:00
guestbook-go run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
hazelcast run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
high-availability updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
https-nginx Merge registered and latest and move to apimachinery 2016-01-21 14:42:21 -08:00
iscsi run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaee run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaweb-tomcat-sidecar run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
job Support Work Queue jobs with variable parallelism 2016-01-22 14:57:51 -08:00
k8petstore run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
kubectl-container run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
meteor run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mysql-cinder-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mysql-galera run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mysql-wordpress-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
newrelic run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
nfs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
nodesjs-mongodb run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
openshift-origin run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
phabricator run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
rbd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
redis run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
rethinkdb run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
runtime-constraints run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
selenium run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
sharing-clusters Merge registered and latest and move to apimachinery 2016-01-21 14:42:21 -08:00
spark run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
storm run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
vitess run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
examples_test.go Add ability to consume secrets in env vars 2016-01-18 12:20:51 -05:00
pod kubectl resource builder: don't check extension for single files 2015-07-07 13:48:29 -07:00
README.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
scheduler-policy-config-with-extender.json Scheduler extension 2015-11-25 08:19:27 -08:00
scheduler-policy-config.json Ubernetes Lite: Volumes can dictate zone scheduling 2015-12-31 12:27:01 -05:00
simple-nginx.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00

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.1/examples/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Examples: releases.k8s.io/HEAD

This directory contains a number of examples of how to run real applications with Kubernetes.

Demonstrations of how to use specific Kubernetes features can be found in our documents.

Analytics