apply template (#9732)

pull/9752/head
makocchi 2018-08-04 01:47:45 +09:00 committed by k8s-ci-robot
parent 352c8e008b
commit ba7332ee71
1 changed files with 6 additions and 3 deletions

View File

@ -1,14 +1,16 @@
--- ---
title: Feature Gates title: Feature Gates
weight: 10 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 This page contains an overview of the various feature gates an administrator
can specify on different Kubernetes components. can specify on different Kubernetes components.
{{% /capture %}}
{{% capture body %}}
## Overview ## Overview
Feature gates are a set of key=value pairs that describe alpha or experimental 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 PersistentVolumeClaim (PVC) binding aware of scheduling decisions. It also
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.
{{% /capture %}}