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:
@@ -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.
|
Please note: although preemption of scheduler is enabled by default, preemption will not happen if `PodPriority` feature is not available.
|
||||||
|
|
||||||
|
|
||||||
## PriorityClass
|
## PriorityClass
|
||||||
|
|
||||||
A PriorityClass is a non-namespaced object that defines a mapping from a priority
|
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 | |
|
| `BlockVolume` | `false` | Alpha | 1.9 | |
|
||||||
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
|
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
|
||||||
| `CPUManager` | `true` | Beta | 1.10 | |
|
| `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` | `false` | Alpha | 1.9 | 1.9 |
|
||||||
| `CSIPersistentVolume` | `true` | Beta | 1.10 | |
|
| `CSIPersistentVolume` | `true` | Beta | 1.10 | |
|
||||||
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |
|
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |
|
||||||
|
|||||||
Reference in New Issue
Block a user