You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/quotas-resources-managed.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,18 @@ A pod is in a terminal state if `status.phase in (Failed, Succeeded)` is true.
24
24
|`memory`
25
25
|The sum of memory requests across all pods in a non-terminal state cannot exceed this value. `memory` and `requests.memory` are the same value and can be used interchangeably.
26
26
27
-
|`ephemeral-storage`
28
-
|The sum of local ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably.
29
-
30
27
|`requests.cpu`
31
28
|The sum of CPU requests across all pods in a non-terminal state cannot exceed this value. `cpu` and `requests.cpu` are the same value and can be used interchangeably.
32
29
33
30
|`requests.memory`
34
31
|The sum of memory requests across all pods in a non-terminal state cannot exceed this value. `memory` and `requests.memory` are the same value and can be used interchangeably.
35
32
36
-
|`requests.ephemeral-storage`
37
-
|The sum of ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably.
38
-
39
33
|`limits.cpu`
40
34
|The sum of CPU limits across all pods in a non-terminal state cannot exceed this value.
41
35
42
36
|`limits.memory`
43
37
|The sum of memory limits across all pods in a non-terminal state cannot exceed this value.
44
38
45
-
|`limits.ephemeral-storage`
46
-
|The sum of ephemeral storage limits across all pods in a non-terminal state cannot exceed this value.
47
39
|===
48
40
49
41
.Storage resources managed by quota
@@ -63,6 +55,15 @@ A pod is in a terminal state if `status.phase in (Failed, Succeeded)` is true.
|The total number of persistent volume claims with a matching storage class that can exist in the project.
58
+
59
+
|`ephemeral-storage`
60
+
|The sum of local ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably.
61
+
62
+
|`requests.ephemeral-storage`
63
+
|The sum of ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably.
64
+
65
+
|`limits.ephemeral-storage`
66
+
|The sum of ephemeral storage limits across all pods in a non-terminal state cannot exceed this value.
<1> The total number of persistent volume claims in a project
144
144
<2> Across all persistent volume claims in a project, the sum of storage requested cannot exceed this value.
@@ -147,3 +147,5 @@ spec:
147
147
<5> Across all persistent volume claims in a project, the total number of claims in the silver storage class cannot exceed this value.
148
148
<6> Across all persistent volume claims in a project, the sum of storage requested in the bronze storage class cannot exceed this value. When this is set to `0`, it means bronze storage class cannot request storage.
149
149
<7> Across all persistent volume claims in a project, the sum of storage requested in the bronze storage class cannot exceed this value. When this is set to `0`, it means bronze storage class cannot create claims.
150
+
<8> Across all pods in a non-terminal state, the sum of ephemeral storage requests cannot exceed 2Gi.
151
+
<9> Across all pods in a non-terminal state, the sum of ephemeral storage limits cannot exceed 4Gi.
0 commit comments