Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

860 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Container Environment Variables container-env-variables 2018-04-12 /docs/concepts/containers/container-environment/ Container environment variables are name=value pairs that provide useful information into containers running in a Pod.
fundamental

Container environment variables are name=value pairs that provide useful information into containers running in a {{< glossary_tooltip text="pod" term_id="pod" >}}

Container environment variables provide information that is required by the running containerized applications along with information about important resources to the {{< glossary_tooltip text="containers" term_id="container" >}}. For example, file system details, information about the container itself, and other cluster resources such as service endpoints.