Skip to content

Commit 1b52e40

Browse files
committed
Fix issue with k8s.io/docs/concepts/configuration/manage-resources-containers/
1 parent 2ccaace commit 1b52e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Mi, Ki. For example, the following represent roughly the same value:
321321
128974848, 129e6, 129M, 123Mi
322322
```
323323

324-
In the following example, the Pod has two Containers. Each Container has a request of 2GiB of local ephemeral storage. Each Container has a limit of 4GiB of local ephemeral storage. Therefore, the Pod has a request of 4GiB of local ephemeral storage, and a limit of 8GiB of storage.
324+
In the following example, the Pod has two Containers. Each Container has a request of 2GiB of local ephemeral storage. Each Container has a limit of 4GiB of local ephemeral storage. Therefore, the Pod has a request of 4GiB of local ephemeral storage, and a limit of 8GiB of local ephemeral storage.
325325

326326
```yaml
327327
apiVersion: v1
@@ -444,7 +444,7 @@ If you want to use project quotas, you should:
444444
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
445445
in the kubelet configuration.
446446

447-
* Ensure that the the root fileystem (or optional runtime filesystem)
447+
* Ensure that the the root filesystem (or optional runtime filesystem)
448448
has project quotas enabled. All XFS filesystems support project quotas.
449449
For ext4 filesystems, you need to enable the project quota tracking feature
450450
while the filesystem is not mounted.
@@ -453,7 +453,7 @@ If you want to use project quotas, you should:
453453
sudo tune2fs -O project -Q prjquota /dev/block-device
454454
```
455455

456-
* Ensure that the root filesystem (or optional runtime filesystem is
456+
* Ensure that the root filesystem (or optional runtime filesystem) is
457457
mounted with project quotas enabled. For both XFS and ext4fs, the
458458
mount option is named `prjquota`.
459459

0 commit comments

Comments
 (0)