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
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 %}}