Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply content template in "docs/reference/kubernetes-api/labels-annotations-taints/" #9232

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: Well-Known Labels, Annotations and Taints
content_template: templates/concept
weight: 10
---

Kubernetes reserves all labels and annotations in the kubernetes.io namespace. This document describes
the well-known kubernetes.io labels and annotations.

{{% capture overview %}}
Kubernetes reserves all labels and annotations in the kubernetes.io namespace.
This document serves both as a reference to the values, and as a coordination point for assigning values.
{{% /capture %}}

{{% capture body %}}
## beta.kubernetes.io/arch

Example: `beta.kubernetes.io/arch=amd64`
Expand Down Expand Up @@ -51,7 +55,7 @@ of requiring a `g2.2xlarge`)

See [failure-domain.beta.kubernetes.io/zone](#failure-domainbetakubernetesiozone).

## failure-domain.beta.kubernetes.io/zone
## failure-domain.beta.kubernetes.io/zone {#failure-domainbetakubernetesiozone}

Example:

Expand Down Expand Up @@ -89,8 +93,4 @@ If `PersistentVolumeLabel` does not support automatic labeling of your Persisten
adding the labels manually (or adding support to `PersistentVolumeLabel`), if you want the scheduler to prevent
pods from mounting volumes in a different zone. If your infrastructure doesn't have this constraint, you don't
need to add the zone labels to the volumes at all.


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/reference/labels-annotations-taints.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->
{{% /capture %}}