Skip to content

Commit

Permalink
Downward API concept made Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishfy committed Jun 20, 2022
1 parent 88210db commit bf59d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/concepts/workloads/pods/downward-api.md
Expand Up @@ -16,7 +16,7 @@ or API server.

An example is an existing application that assumes a particular well-known
environment variable holds a unique identifier. One possibility is to wrap the
application, but that is tedious and error prone, and it violates the goal of low
application, but that is tedious and error-prone, and it violates the goal of low
coupling. A better option would be to use the Pod's name as an identifier, and
inject the Pod's name into the well-known environment variable.

Expand Down Expand Up @@ -119,8 +119,8 @@ for resources such as CPU and memory.
If CPU and memory limits are not specified for a container, and you use the
downward API to try to expose that information, then the
kubelet defaults to exposing the maximum allocatable value for CPU and memory
(based on the [node allocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)
calculation).
based on the [node allocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)
calculation.

## {{% heading "whatsnext" %}}

Expand Down

0 comments on commit bf59d41

Please sign in to comment.