Skip to content

Commit 7518121

Browse files
feiskyerk8s-ci-robot
authored andcommitted
Add HyperVContainer feature gates (#7502)
1 parent 0baa438 commit 7518121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ different Kubernetes components.
5252
| `ExperimentalHostUserNamespaceDefaulting` | `false` | Beta | 1.5 | |
5353
| `HugePages` | `false` | Alpha | 1.8 | 1.9 |
5454
| `HugePages` | `true` | Beta| 1.10 | |
55+
| `HyperVContainer` | `false` | Alpha | 1.10 | |
5556
| `Initializers` | `false` | Alpha | 1.7 | |
5657
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
5758
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
@@ -144,6 +145,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
144145
capabilities (e.g. `MKNODE`, `SYS_MODULE` etc.). This should only be enabled
145146
if user namespace remapping is enabled in the Docker daemon.
146147
- `HugePages`: Enable the allocation and consumption of pre-allocated [huge pages](/docs/tasks/manage-hugepages/scheduling-hugepages/).
148+
- `HyperVContainer`: Enable [Hyper-V isolation](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container) for Windows containers.
147149
- `Intializers`: Enable the [dynamic admission control](/docs/admin/extensible-admission-controllers/)
148150
as an extension to the built-in [admission controllers](/docs/admin/admission-controllers/).
149151
When the `Initializers` admission controller is enabled, this feature is automatically enabled.

0 commit comments

Comments
 (0)