Merge pull request #47600 from Darianisak/darianculver/en-documentation-clarity
Amend English resource management and contribution docs to be clearer
This commit is contained in:
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/)
|
you may also want to define a [LimitRange](/docs/concepts/policy/limit-range/)
|
||||||
for additional enforcement.
|
for additional enforcement.
|
||||||
If you specify a `spec.containers[].resources.limits.memory` for each Pod,
|
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
|
As an alternative, a cluster administrator can enforce size limits for
|
||||||
`emptyDir` volumes in new Pods using a policy mechanism such as
|
`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
|
### 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 improvements to existing content, use `upstream/main`.
|
||||||
- For new content about existing features, use `upstream/main`.
|
- For new content about existing features, use `upstream/main`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue