Fix closing note markup (#9346)

Remove extraneous curly brackets
pull/9349/head
Will Thames 2018-07-02 17:24:18 +10:00 committed by k8s-ci-robot
parent c53b351379
commit 88cf97994a
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ When using Docker:
multiplied by 100. The resulting value is the total amount of CPU time that a container can use multiplied by 100. The resulting value is the total amount of CPU time that a container can use
every 100ms. A container cannot use more than its share of CPU time during this interval. every 100ms. A container cannot use more than its share of CPU time during this interval.
{{< note >}}**Note**: The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.{{ {{</ note >}}} {{< note >}}**Note**: The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.{{</ note >}}
- The `spec.containers[].resources.limits.memory` is converted to an integer, and - The `spec.containers[].resources.limits.memory` is converted to an integer, and
used as the value of the used as the value of the
@ -541,4 +541,4 @@ consistency across providers and platforms.
* [ResourceRequirements](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#resourcerequirements-v1-core) * [ResourceRequirements](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#resourcerequirements-v1-core)
{{% /capture %}} {{% /capture %}}