Merge pull request #47600 from Darianisak/darianculver/en-documentation-clarity
Amend English resource management and contribution docs to be clearerpull/47623/head
commit
8b79858d71
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue