1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/nodes-containers-downward-api-container-values.adoc
2023-10-30 10:13:25 -04:00

22 lines
550 B
Plaintext

// Module included in the following assemblies:
//
// * nodes/nodes-containers-downward-api.adoc
:_mod-docs-content-type: CONCEPT
[id="nodes-containers-downward-api-container-values_{context}"]
= Understanding how to consume container values using the downward API
You containers can consume API values using environment variables or a volume plugin.
Depending on the method you choose, containers can consume:
* Pod name
* Pod project/namespace
* Pod annotations
* Pod labels
Annotations and labels are available using only a volume plugin.