correct rendered output at Feature Gates page (#8889)

* remove caputre formatting directives (#8877)

* fix note block
This commit is contained in:
makocchi
2018-06-04 23:45:53 +09:00
committed by k8s-ci-robot
parent a2cb17e4cf
commit 5c3fa99234
@@ -1,14 +1,13 @@
--- ---
title: Feature Gates title: Feature Gates
weight: 10 weight: 10
notitle: true
--- ---
{% capture overview %} ## Feature Gates
This page contains an overview of the various feature gates an administrator This page contains an overview of the various feature gates an administrator
can specify on different Kubernetes components. can specify on different Kubernetes components.
{% endcapture %}
{% capture body %}
## Overview ## Overview
@@ -120,9 +119,10 @@ A *Beta* feature means:
incompatible changes in subsequent releases. If you have multiple clusters incompatible changes in subsequent releases. If you have multiple clusters
that can be upgraded independently, you may be able to relax this restriction. 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! **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. 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: 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 enables the usage of [`local`](/docs/concepts/storage/volumes/#local) volume
type when used together with the `PersistentLocalVolumes` feature gate. type when used together with the `PersistentLocalVolumes` feature gate.
{% endcapture %}
{% include templates/concept.md %}