Skip to content

Commit

Permalink
Document that HugePages feature gate is Beta (#7387)
Browse files Browse the repository at this point in the history
The `HugePages` feature gate has graduated to Beta in v1.10. This PR
documents this fact.
  • Loading branch information
tengqm authored and zacharysarah committed Apr 16, 2018
1 parent 8047477 commit fbccdc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,17 @@ different Kubernetes components.
| `ExpandPersistentVolumes` | `false` | Alpha | 1.8 | 1.8 |
| `ExperimentalCriticalPodAnnotation` | `false` | Alpha | 1.5 | |
| `ExperimentalHostUserNamespaceDefaulting` | `false` | Beta | 1.5 | |
<<<<<<< HEAD
| `GCERegionalPersistentDisk` | `true` | Beta | 1.10 | |
| `HugePages` | `false` | Alpha | 1.8 | 1.9 |
| `HugePages` | `true` | Beta| 1.10 | |
| `HyperVContainer` | `false` | Alpha | 1.10 | |
||||||| merged common ancestors
| `HugePages` | `false` | Alpha | 1.8 | |
=======
| `HugePages` | `false` | Alpha | 1.8 | 1.9 |
| `HugePages` | `true` | Beta| 1.10 | |
>>>>>>> Document that HugePages feature gate is Beta (#7387)
| `Initializers` | `false` | Alpha | 1.7 | |
<<<<<<< HEAD
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
Expand Down

0 comments on commit fbccdc2

Please sign in to comment.