CRIContainerLogRotation is Beta in 1.11 (#8665)

* Seperate priority and preemption (#8144)

* CRIContainerLogRotation is Beta in 1.11

xref: kubernetes/kubernetes#64046
This commit is contained in:
Qiming
2018-05-23 23:49:32 +08:00
committed by Misty Linville
parent c786f99d04
commit f377f9a171
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,6 @@ disablePreemption: true
Please note: although preemption of scheduler is enabled by default, preemption will not happen if `PodPriority` feature is not available.
## PriorityClass
A PriorityClass is a non-namespaced object that defines a mapping from a priority
@@ -38,7 +38,8 @@ different Kubernetes components.
| `BlockVolume` | `false` | Alpha | 1.9 | |
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
| `CPUManager` | `true` | Beta | 1.10 | |
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | |
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | 1.10 |
| `CRIContainerLogRotation` | `true` | Beta| 1.11 | |
| `CSIPersistentVolume` | `false` | Alpha | 1.9 | 1.9 |
| `CSIPersistentVolume` | `true` | Beta | 1.10 | |
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |