Skip to content

Commit d6c76e5

Browse files
tengqmk82cn
authored andcommitted
CRIContainerLogRotation is Beta in 1.11 (kubernetes#8665)
* Seperate priority and preemption (kubernetes#8144) * CRIContainerLogRotation is Beta in 1.11 xref: kubernetes/kubernetes#64046
1 parent bc4da9b commit d6c76e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/configuration/pod-priority-preemption.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ disablePreemption: true
7878
7979
Please note: although preemption of scheduler is enabled by default, preemption will not happen if `PodPriority` feature is not available.
8080

81-
8281
## PriorityClass
8382

8483
A PriorityClass is a non-namespaced object that defines a mapping from a priority

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ different Kubernetes components.
3838
| `BlockVolume` | `false` | Alpha | 1.9 | |
3939
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
4040
| `CPUManager` | `true` | Beta | 1.10 | |
41-
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | |
41+
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | 1.10 |
42+
| `CRIContainerLogRotation` | `true` | Beta| 1.11 | |
4243
| `CSIPersistentVolume` | `false` | Alpha | 1.9 | 1.9 |
4344
| `CSIPersistentVolume` | `true` | Beta | 1.10 | |
4445
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |

0 commit comments

Comments
 (0)