Skip to content

Commit

Permalink
Feature gate update for release 1.10 (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm authored and zacharysarah committed Apr 16, 2018
1 parent 52b298f commit edd9697
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/reference/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ different Kubernetes components.
|---------|---------|-------|-------|-------|
<<<<<<< HEAD
| `Accelerators` | `false` | Alpha | 1.6 | 1.10 |
<<<<<<< HEAD
| `AdvancedAuditing` | `false` | Alpha | 1.7 | 1.7 |
||||||| merged common ancestors
| `Accelerators` | `false` | Alpha | 1.6 | |
Expand All @@ -35,6 +36,11 @@ different Kubernetes components.
| `Accelerators` | `false` | Alpha | 1.6 | 1.10 |
| `AdvancedAuditing` | `false` | Alpha | 1.7 | |
>>>>>>> Document the removal of Accelerators feature gate (#7389)
||||||| merged common ancestors
| `AdvancedAuditing` | `false` | Alpha | 1.7 | |
=======
| `AdvancedAuditing` | `false` | Alpha | 1.7 | 1.7 |
>>>>>>> Feature gate update for release 1.10 (#7742)
| `AdvancedAuditing` | `true` | Beta | 1.8 | |
| `AffinityInAnnotations` | `false` | Alpha | 1.6 | 1.7 |
| `AllowExtTrafficLocalEndpoints` | `false` | Beta | 1.4 | 1.6 |
Expand All @@ -56,11 +62,17 @@ different Kubernetes components.
| `CustomResourceValidation` | `true` | Beta | 1.9 | |
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
| `DebugContainers` | `false` | Alpha | 1.10 | |
||||||| merged common ancestors
=======
| `CustomResourceSubresources` | `false` | Alpha | 1.10 | |
>>>>>>> Add docs for CRD features for 1.10 (#7439)
||||||| merged common ancestors
| `CustomResourceSubresources` | `false` | Alpha | 1.10 | |
=======
| `DebugContainers` | `false` | Alpha | 1.10 | |
>>>>>>> Feature gate update for release 1.10 (#7742)
| `DevicePlugins` | `false` | Alpha | 1.8 | 1.9 |
| `DevicePlugins` | `true` | Beta | 1.10 | |
||||||| merged common ancestors
Expand All @@ -77,7 +89,12 @@ different Kubernetes components.
| `ExperimentalCriticalPodAnnotation` | `false` | Alpha | 1.5 | |
| `ExperimentalHostUserNamespaceDefaulting` | `false` | Beta | 1.5 | |
<<<<<<< HEAD
<<<<<<< HEAD
| `GCERegionalPersistentDisk` | `true` | Beta | 1.10 | |
||||||| merged common ancestors
=======
| `GCERegionalPersistentDisk` | `true` | Beta | 1.10 | |
>>>>>>> Feature gate update for release 1.10 (#7742)
| `HugePages` | `false` | Alpha | 1.8 | 1.9 |
| `HugePages` | `true` | Beta| 1.10 | |
| `HyperVContainer` | `false` | Alpha | 1.10 | |
Expand Down Expand Up @@ -141,8 +158,15 @@ different Kubernetes components.
| `PVCProtection` | `false` | Alpha | 1.9 | |
=======
| `PodShareProcessNamespace` | `false` | Alpha | 1.10 | |
<<<<<<< HEAD
| `PVCProtection` | `false` | Alpha | 1.9 | |
>>>>>>> Create a task describing Pod process namespace sharing (#7489)
||||||| merged common ancestors
| `PVCProtection` | `false` | Alpha | 1.9 | |
=======
| `PVCProtection` | `false` | Alpha | 1.9 | 1.9 |
| `ReadOnlyAPIDataVolumes` | `true` | Deprecated | 1.10 | |
>>>>>>> Feature gate update for release 1.10 (#7742)
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | |
| `RotateKubeletClientCertificate` | `true` | Beta | 1.7 | |
| `RotateKubeletServerCertificate` | `false` | Alpha | 1.7 | |
Expand All @@ -158,12 +182,17 @@ different Kubernetes components.
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
<<<<<<< HEAD
<<<<<<< HEAD
| `TokenRequest` | `false` | Alpha | 1.10 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
| `VolumeScheduling` | `true` | Beta | 1.10 | |
||||||| merged common ancestors
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
=======
||||||| merged common ancestors
=======
| `TokenRequest` | `false` | Alpha | 1.10 | |
>>>>>>> Feature gate update for release 1.10 (#7742)
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
| `VolumeScheduling` | `true` | Beta | 1.10 | |
>>>>>>> Update feature gates move to beta (#7662)
Expand Down Expand Up @@ -230,6 +259,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
Check [Pod's DNS Config](/docs/concepts/services-networking/dns-pod-service/#pods-dns-config)
for more details.
<<<<<<< HEAD
<<<<<<< HEAD
- `CustomResourceSubresources`: Enable `/status` and `/scale` subresources
on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
- `CustomResourceValidation`: Enable schema based validation on resources created from
Expand All @@ -240,9 +270,23 @@ Each feature gate is designed for enabling/disabling a specific feature:
- `CustomeResourceValidation`: Enable schema based validation on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
=======
- `CustomeResourceValidation`: Enable schema based validation on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
||||||| merged common ancestors
- `CustomeResourceValidation`: Enable schema based validation on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
=======
>>>>>>> Feature gate update for release 1.10 (#7742)
- `CustomResourceSubresources`: Enable `/status` and `/scale` subresources
<<<<<<< HEAD
on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
>>>>>>> Add docs for CRD features for 1.10 (#7439)
||||||| merged common ancestors
on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
=======
on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
- `CustomResourceValidation`: Enable schema based validation on resources created from
[CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).
- `DebugContainers`: Enable running a "debugging" container in a Pod's namespace to
troubleshoot a running Pod.
>>>>>>> Feature gate update for release 1.10 (#7742)
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
based resource provisioning on nodes.
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. See [Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
Expand Down

0 comments on commit edd9697

Please sign in to comment.