apply template (#9732)
parent
352c8e008b
commit
ba7332ee71
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in New Issue