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
multiplied by 100. The resulting value is the total amount of CPU time that a container can use
143
144
every 100ms. A container cannot use more than its share of CPU time during this interval.
144
145
145
-
**Note**: The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.
146
-
{: .note}
146
+
{{< note >}}**Note**: The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.{{ {{</ note >}}}
147
147
148
148
- The `spec.containers[].resources.limits.memory` is converted to an integer, and
149
149
used as the value of the
@@ -311,8 +311,9 @@ Kubernetes version 1.8 introduces a new resource, _ephemeral-storage_ for managi
311
311
312
312
This partition is “ephemeral” and applications cannot expect any performance SLAs (Disk IOPS for example) from this partition. Local ephemeral storage management only applies for the root partition; the optional partition for image layer and writable layer is out of scope.
313
313
314
+
{{< note >}}
314
315
**Note:** If an optional runtime partition is used, root partition will not hold any image layer or writable layers.
315
-
{: .note}
316
+
{{< /note >}}
316
317
317
318
### Requests and limits setting for local ephemeral storage
318
319
Each Container of a Pod can specify one or more of the following:
0 commit comments