From e50d47e92184af75686bafe8d05a73f52c7a9489 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Thu, 22 Feb 2018 14:39:32 +0800 Subject: [PATCH] Add HyperVContainer feature gates --- docs/reference/feature-gates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/feature-gates.md b/docs/reference/feature-gates.md index 94963c425c09a..43d17a5610aa7 100644 --- a/docs/reference/feature-gates.md +++ b/docs/reference/feature-gates.md @@ -51,6 +51,7 @@ different Kubernetes components. | `ExperimentalCriticalPodAnnotation` | `false` | Alpha | 1.5 | | | `ExperimentalHostUserNamespaceDefaulting` | `false` | Beta | 1.5 | | | `HugePages` | `false` | Alpha | 1.8 | | +| `HyperVContainer` | `false` | Alpha | 1.10 | | | `Initializers` | `false` | Alpha | 1.7 | | | `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 | | `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | | @@ -143,6 +144,7 @@ Each feature gate is designed for enabling/disabling a specific feature: capabilities (e.g. `MKNODE`, `SYS_MODULE` etc.). This should only be enabled if user namespace remapping is enabled in the Docker daemon. - `HugePages`: Enable the allocation and consumption of pre-allocated [huge pages](/docs/tasks/manage-hugepages/scheduling-hugepages/). +- `HyperVContainer`: Enable [Hyper-V isolation](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container) for Windows containers. - `Intializers`: Enable the [dynamic admission control](/docs/admin/extensible-admission-controllers/) as an extension to the built-in [admission controllers](/docs/admin/admission-controllers/). When the `Initializers` admission controller is enabled, this feature is automatically enabled.