From ba7332ee718aadaadbb4f3d4805c31a6fe1fd842 Mon Sep 17 00:00:00 2001 From: makocchi Date: Sat, 4 Aug 2018 01:47:45 +0900 Subject: [PATCH] apply template (#9732) --- .../command-line-tools-reference/feature-gates.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index e795696c53..ee0669ac95 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -1,14 +1,16 @@ --- title: Feature Gates weight: 10 -notitle: true +title: Feature Gates +content_template: templates/concept --- -## Feature Gates - +{{% capture overview %}} This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. +{{% /capture %}} +{{% capture body %}} ## Overview Feature gates are a set of key=value pairs that describe alpha or experimental @@ -248,3 +250,4 @@ Each feature gate is designed for enabling/disabling a specific feature: PersistentVolumeClaim (PVC) binding aware of scheduling decisions. It also enables the usage of [`local`](/docs/concepts/storage/volumes/#local) volume type when used together with the `PersistentLocalVolumes` feature gate. +{{% /capture %}}