File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ via either mechanism are:
63
63
` metadata.labels['<KEY>'] `
64
64
: the text value of the pod's {{< glossary_tooltip text="label" term_id="label" >}} named ` <KEY> ` (for example, ` metadata.labels['mylabel'] ` )
65
65
66
+ The following information is available through environment variables
67
+ ** but not as a downwardAPI volume fieldRef** :
68
+
66
69
` spec.serviceAccountName `
67
70
: the name of the pod's {{< glossary_tooltip text="service account" term_id="service-account" >}}
68
71
@@ -75,8 +78,8 @@ via either mechanism are:
75
78
` status.podIP `
76
79
: the pod's primary IP address (usually, its IPv4 address)
77
80
78
- In addition, the following information is available through
79
- a ` downwardAPI ` volume ` fieldRef ` , but ** not as environment variables** :
81
+ The following information is available through a ` downwardAPI ` volume
82
+ ` fieldRef ` , ** but not as environment variables** :
80
83
81
84
` metadata.labels `
82
85
: all of the pod's labels, formatted as ` label-key="escaped-label-value" ` with one label per line
You can’t perform that action at this time.
0 commit comments