kubernetes/examples
Kubernetes Submit Queue e554dd6d3d Merge pull request #45805 from weiwei04/ceph-imageformat-2
Automatic merge from submit-queue

storageclass ceph add imageformat parameter

**What this PR does / why we need it**:
Add a imageformat parameter for StorageClass(ceph rbd)

k8s hard coded ceph imageformat 1, according to [ceph manual](http://docs.ceph.com/docs/master/man/8/rbd/), imageformat 1 was deprecated, we should add an extra ceph parameter to set ceph rbd imageformat. Ceph rbd imageformat can only be 1 or 2, set the default value to 1.

**Release note**:
```release-note
Allow StorageClass Ceph RBD to specify image format and image features.
```
2017-06-23 16:43:37 -07:00
..
cluster-dns Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
cockroachdb Support custom domains in the cockroachdb example's init container 2017-05-31 15:15:27 -04:00
elasticsearch Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
explorer autogenerated 2017-04-14 10:40:57 -07:00
guestbook docs:examples:guestbook: don't advice untagged image 2017-05-04 23:45:49 +10:00
guestbook-go Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
https-nginx fix the invalid link 2017-05-23 14:36:43 +08:00
javaee Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
javaweb-tomcat-sidecar Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
job Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
kubectl-container Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
meteor Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
mysql-cinder-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
mysql-wordpress-pd README.md: Update outdated links 2017-04-27 09:11:18 +08:00
newrelic Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
nodesjs-mongodb Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
oms DeamonSet-DaemonSet 2017-05-24 16:06:34 +08:00
openshift-origin Replace uses of --config with --pod-manifest-path 2017-02-07 14:32:37 -08:00
persistent-volume-provisioning Only layering RBD image format 2 feature should be supported for now. 2017-06-16 18:07:03 +00:00
phabricator Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
podsecuritypolicy/rbac examples/podsecuritypolicy/rbac: allow to use projected volumes in restricted PSP. 2017-05-17 19:03:12 +02:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
sharing-clusters autogenerated 2017-04-14 10:40:57 -07:00
spark Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
storage Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
storm Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
sysdig-cloud Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
volumes Remove controller node plugin driver dependency for non-attachable flex volume drivers (Ex: NFS). 2017-06-17 14:12:43 -04:00
BUILD Prune k8petstore from examples and e2es per discussion on sig-testing 2017-04-28 11:49:23 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Remove redis-proxy example 2017-04-23 16:59:23 +02:00
guidelines.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
OWNERS add eparis ass approver for test and examples 2017-03-30 11:58:49 -04:00
pod examples/pod: Revert the previous changes. 2016-09-13 15:09:25 -07:00
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
scheduler-policy-config-with-extender.json Added Bind method to Scheduler Extender 2017-06-05 09:44:53 -07:00
scheduler-policy-config.json move hardPodAffinitySymmetricWeight to scheduler policy config 2017-05-26 14:04:37 +08:00
simple-nginx.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00

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