Enable volume limit feature by default (#10728)

Signed-off-by: William Zhang <warmchang@outlook.com>
This commit is contained in:
William Zhang
2018-10-26 01:17:35 +08:00
committed by k8s-ci-robot
parent b30e28e2c6
commit bf9cdf7a60
@@ -38,7 +38,7 @@ different Kubernetes components.
| `APIListChunking` | `true` | Beta | 1.9 | |
| `APIResponseCompression` | `false` | Alpha | 1.7 | |
| `AppArmor` | `true` | Beta | 1.4 | |
| `AttachVolumeLimit` | `false` | Alpha | 1.11 | |
| `AttachVolumeLimit` | `true` | Alpha | 1.11 | |
| `BlockVolume` | `false` | Alpha | 1.9 | |
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
| `CPUManager` | `true` | Beta | 1.10 | |