mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 04:11:46 +00:00
adding downward api volume plugin
This commit is contained in:
@@ -63,6 +63,7 @@ Familiarity with [pods](pods.md) is suggested.
|
||||
- [gitRepo](#gitrepo)
|
||||
- [secret](#secret)
|
||||
- [persistentVolumeClaim](#persistentvolumeclaim)
|
||||
- [downwardAPI](#downwardapi)
|
||||
- [Resources](#resources)
|
||||
|
||||
<!-- END MUNGE: GENERATED_TOC -->
|
||||
@@ -381,6 +382,13 @@ iSCSI volume) without knowing the details of the particular cloud environment.
|
||||
See the [PersistentVolumes example](persistent-volumes/) for more
|
||||
details.
|
||||
|
||||
### downwardAPI
|
||||
|
||||
A `downwardAPI` volume is used to make downward API data available to applications.
|
||||
It mounts a directory and writes the requested data in plain text files.
|
||||
|
||||
See the [`downwardAPI` volume example](downward-api/volume/README.md) for more details.
|
||||
|
||||
## Resources
|
||||
|
||||
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the
|
||||
|
Reference in New Issue
Block a user