Wrap lines properly

This commit is contained in:
Qiming Teng 2020-12-31 11:47:58 +08:00
parent 89ecb8cfb6
commit ad59de018d
1 changed files with 10 additions and 8 deletions

View File

@ -104,7 +104,8 @@ spec:
- Huge page requests must equal the limits. This is the default if limits are - Huge page requests must equal the limits. This is the default if limits are
specified, but requests are not. specified, but requests are not.
- Huge pages are isolated at a container scope, so each container has own limit on their cgroup sandbox as requested in a container spec. - Huge pages are isolated at a container scope, so each container has own
limit on their cgroup sandbox as requested in a container spec.
- EmptyDir volumes backed by huge pages may not consume more huge page memory - EmptyDir volumes backed by huge pages may not consume more huge page memory
than the pod request. than the pod request.
- Applications that consume huge pages via `shmget()` with `SHM_HUGETLB` must - Applications that consume huge pages via `shmget()` with `SHM_HUGETLB` must
@ -113,8 +114,9 @@ spec:
to other compute resources like `cpu` or `memory` using the `hugepages-<size>` to other compute resources like `cpu` or `memory` using the `hugepages-<size>`
token. token.
- Support of multiple sizes huge pages is feature gated. It can be - Support of multiple sizes huge pages is feature gated. It can be
disabled with the `HugePageStorageMediumSize` [feature disabled with the `HugePageStorageMediumSize`
gate](/docs/reference/command-line-tools-reference/feature-gates/) on the {{< [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
glossary_tooltip text="kubelet" term_id="kubelet" >}} and {{< on the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
glossary_tooltip text="kube-apiserver" {{< glossary_tooltip text="kube-apiserver" term_id="kube-apiserver" >}}
term_id="kube-apiserver" >}} (`--feature-gates=HugePageStorageMediumSize=false`). (`--feature-gates=HugePageStorageMediumSize=false`).