File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ or API server.
16
16
17
17
An example is an existing application that assumes a particular well-known
18
18
environment variable holds a unique identifier. One possibility is to wrap the
19
- application, but that is tedious and error prone, and it violates the goal of low
19
+ application, but that is tedious and error- prone, and it violates the goal of low
20
20
coupling. A better option would be to use the Pod's name as an identifier, and
21
21
inject the Pod's name into the well-known environment variable.
22
22
@@ -119,8 +119,8 @@ for resources such as CPU and memory.
119
119
If CPU and memory limits are not specified for a container, and you use the
120
120
downward API to try to expose that information, then the
121
121
kubelet defaults to exposing the maximum allocatable value for CPU and memory
122
- ( based on the [ node allocatable] ( /docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable )
123
- calculation) .
122
+ based on the [ node allocatable] ( /docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable )
123
+ calculation.
124
124
125
125
## {{% heading "whatsnext" %}}
126
126
You can’t perform that action at this time.
0 commit comments