File tree 2 files changed +4
-1
lines changed
reference/command-line-tools-reference/feature-gates
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ The following information is available through environment variables
77
77
78
78
` status.hostIPs `
79
79
: the IP addresses is a dual-stack version of ` status.hostIP ` , the first is always the same as ` status.hostIP ` .
80
- The field is available if you enable the ` PodHostIPs ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) .
81
80
82
81
` status.podIP `
83
82
: the pod's primary IP address (usually, its IPv4 address)
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.29"
16
+ toVersion : " 1.30"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.30"
16
20
---
17
21
Enable the ` status.hostIPs ` field for pods and the {{< glossary_tooltip term_id="downward-api" text="downward API" >}}.
18
22
The field lets you expose host IP addresses to workloads.
You can’t perform that action at this time.
0 commit comments