From 5c3fa99234991edabfa15244fdd2f227d8810c15 Mon Sep 17 00:00:00 2001 From: makocchi Date: Mon, 4 Jun 2018 23:45:53 +0900 Subject: [PATCH] correct rendered output at Feature Gates page (#8889) * remove caputre formatting directives (#8877) * fix note block --- .../command-line-tools-reference/feature-gates.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 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 95a4b15724..a12ad8c143 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,13 @@ --- title: Feature Gates weight: 10 +notitle: true --- -{% capture overview %} +## Feature Gates + This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. -{% endcapture %} - -{% capture body %} ## Overview @@ -120,9 +119,10 @@ A *Beta* feature means: incompatible changes in subsequent releases. If you have multiple clusters that can be upgraded independently, you may be able to relax this restriction. +{{< note >}} **Note:** Please do try *Beta* features and give feedback on them! After they exit beta, it may not be practical for us to make more changes. -{: .note} +{{< /note >}} A *GA* feature is also referred to as a *stable* feature. It means: @@ -220,6 +220,3 @@ Each feature gate is designed for enabling/disabling a specific feature: enables the usage of [`local`](/docs/concepts/storage/volumes/#local) volume type when used together with the `PersistentLocalVolumes` feature gate. -{% endcapture %} - -{% include templates/concept.md %}