Merge pull request #47600 from Darianisak/darianculver/en-documentation-clarity

Amend English resource management and contribution docs to be clearer
pull/47623/head
Kubernetes Prow Robot 2024-08-22 00:48:15 +01:00 committed by GitHub
commit 8b79858d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ If you are administering a cluster or namespace, you can also set
you may also want to define a [LimitRange](/docs/concepts/policy/limit-range/)
for additional enforcement.
If you specify a `spec.containers[].resources.limits.memory` for each Pod,
then the muximum size of an `emptyDir` volume will be the pod's memory limit.
then the maximum size of an `emptyDir` volume will be the pod's memory limit.
As an alternative, a cluster administrator can enforce size limits for
`emptyDir` volumes in new Pods using a policy mechanism such as

View File

@ -213,7 +213,7 @@ Figure 2. Working from a local fork to make your changes.
### Create a branch
1. Decide which branch base to your work on:
1. Decide which branch to base your work on:
- For improvements to existing content, use `upstream/main`.
- For new content about existing features, use `upstream/main`.