k3s/examples
Kubernetes Submit Queue 9a093276ea Merge pull request #31475 from vishh/celery-example-broken
Automatic merge from submit-queue

Delete the broken Celery+RabbitMQ example

The celery container used in the example is broken and does not come up
on most distros. The e2e test that was validating this example was not
detecting the fact the celery pod was crash looping. 
I attempted to fix the celery container, but it proved to be tedious.
The proposed fix is to update the glibc version to >= 2.23. In this case
it requires updating the python docker image and the celery base image.

https://github.com/kubernetes/kubernetes/issues/31456
has more details. 

I'm deleting the example instead of marking it as broken because a user
might overlook the broken warning and it should be trivial to revert
this PR if someone can fix the celery container.
2016-08-26 13:27:48 -07:00
..
apiserver return destroy func to clean up internal resources of storage 2016-08-25 08:32:21 -07:00
cluster-dns Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
cockroachdb Add a CockroachDB PetSet example 2016-08-18 15:59:06 -04:00
elasticsearch examples/elasticsearch: fix awkward sentence 2016-08-14 22:18:24 +03:00
experimental/persistent-volume-provisioning support storage class in Cinder provisioner 2016-08-22 09:28:29 -04:00
explorer Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
guestbook Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
guestbook-go Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
https-nginx Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
javaee Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
javaweb-tomcat-sidecar Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
job Merge pull request #26702 from joe2far/fix-broken-links 2016-07-20 15:10:41 -07:00
k8petstore Use bash ranges "{1..3}" instead of "$(seq 1 3)". 2016-08-08 16:23:39 -07:00
kubectl-container kubectl container - Extract version better 2016-07-26 13:44:42 -04:00
meteor Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
mysql-cinder-pd Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
mysql-wordpress-pd Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
newrelic Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
nodesjs-mongodb Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
openshift-origin Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
phabricator Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
runtime-constraints Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
selenium Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
sharing-clusters Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
spark Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
storage Fix typo in daemonset resource requests 2016-08-03 17:05:08 -07:00
storm Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
sysdig-cloud update munge docs again 2016-07-26 10:38:59 -07:00
volumes support Azure data disk volume 2016-08-23 13:23:07 +00:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Merge pull request #31475 from vishh/celery-example-broken 2016-08-26 13:27:48 -07:00
guidelines.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
pod
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 Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00

README.md

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.3/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.

Maintained Examples

Maintained Examples are expected to be updated with every Kubernetes release, to use the latest and greatest features, current guidelines and best practices, and to refresh command syntax, output, changed prerequisites, as needed.

Name Description Notable Features Used Complexity Level
Guestbook PHP app with Redis Replication Controller, Service Beginner
WordPress WordPress with MySQL Deployment, Persistent Volume with Claim Beginner
Cassandra Cloud Native Cassandra Daemon Set Intermediate

Note: Please add examples to the list above that are maintained.

See Example Guidelines for a description of what goes in this directory, and what examples should contain.

Analytics