Skip to content

Commit

Permalink
Update feature gates move to beta (#7662)
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 authored and k8s-ci-robot committed Mar 7, 2018
1 parent f5b6cb3 commit 7dd01bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ different Kubernetes components.
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
| `MountContainers` | `false` | Alpha | 1.9 | |
| `MountPropagation` | `false` | Alpha | 1.8 | |
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
| `PodPriority` | `false` | Alpha | 1.8 | |
| `PVCProtection` | `false` | Alpha | 1.9 | |
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | |
Expand All @@ -72,7 +73,8 @@ different Kubernetes components.
| `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | |
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
| `VolumeScheduling` | `true` | Beta | 1.10 | |

## Using a Feature

Expand Down

0 comments on commit 7dd01bd

Please sign in to comment.