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