Skip to content

Commit

Permalink
Add HyperVContainer feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Feb 22, 2018
1 parent 148e3ca commit 19c6918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ different Kubernetes components.
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
| `HyperVContainer` | `false` | Alpha | 1.10 | |

## Using a Feature

Expand Down Expand Up @@ -180,6 +181,7 @@ 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.
- `HyperVContainer`: Enable Hyper-V isolation for Windows containers.

{% endcapture %}

Expand Down

0 comments on commit 19c6918

Please sign in to comment.