Skip to content

Instantly share code, notes, and snippets.

@kakts
Created August 31, 2020 15:21
Show Gist options
  • Save kakts/ec5bc9af3e1ba2f0728dfda71e66b1e0 to your computer and use it in GitHub Desktop.
Save kakts/ec5bc9af3e1ba2f0728dfda71e66b1e0 to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/annotations.md b/content/en/docs/concepts/overview/working-with-objects/annotations.md
index f88c6a0..d440d29 100644
--- a/content/en/docs/concepts/overview/working-with-objects/annotations.md
+++ b/content/en/docs/concepts/overview/working-with-objects/annotations.md
@@ -1,15 +1,15 @@
---
title: Annotations
-content_template: templates/concept
+content_type: concept
weight: 50
---
-{{% capture overview %}}
+<!-- overview -->
You can use Kubernetes annotations to attach arbitrary non-identifying metadata
to objects. Clients such as tools and libraries can retrieve this metadata.
-{{% /capture %}}
-{{% capture body %}}
+
+<!-- body -->
## Attaching metadata to objects
You can use either labels or annotations to attach metadata to Kubernetes
@@ -88,10 +88,11 @@ spec:
```
-{{% /capture %}}
-{{% capture whatsnext %}}
+
+## {{% heading "whatsnext" %}}
+
Learn more about [Labels and Selectors](/docs/concepts/overview/working-with-objects/labels/).
-{{% /capture %}}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment