We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb19e85 + 6b87aa8 commit 4efbbb8Copy full SHA for 4efbbb8
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/qos-reserved.md
@@ -0,0 +1,19 @@
1
+---
2
+title: QOSReserved
3
+content_type: feature_gate
4
+_build:
5
+ list: never
6
+ render: false
7
+
8
+stages:
9
+ - stage: alpha
10
+ defaultValue: false
11
+ fromVersion: "1.11"
12
13
14
+<!--
15
+Allows resource reservations at the QoS level preventing pods
16
+at lower QoS levels from bursting into resources requested at higher QoS levels
17
+(memory only for now).
18
+-->
19
+允许在 QoS 层面预留资源,避免低 QoS 级别的 Pod 占用高 QoS 级别所请求的资源(当前只适用于内存)。
0 commit comments