Skip to content

Instantly share code, notes, and snippets.

@oke-py
Created September 9, 2020 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oke-py/a863fd4ec30415705a238ea90ef8c181 to your computer and use it in GitHub Desktop.
Save oke-py/a863fd4ec30415705a238ea90ef8c181 to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 fb6364d <file>
diff --git a/content/en/docs/setup/learning-environment/kind.md b/content/en/docs/setup/learning-environment/kind.md
index e476d220d..ac355bd15 100644
--- a/content/en/docs/setup/learning-environment/kind.md
+++ b/content/en/docs/setup/learning-environment/kind.md
@@ -1,22 +1,22 @@
---
title: Installing Kubernetes with Kind
weight: 40
-content_template: templates/concept
+content_type: concept
---
-{{% capture overview %}}
+<!-- overview -->
Kind is a tool for running local Kubernetes clusters using Docker container "nodes".
-{{% /capture %}}
-{{% capture body %}}
+
+<!-- body -->
## Installation
See [Installing Kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
-{{% /capture %}}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment