Skip to content

Commit 2a93b5e

Browse files
committed
KEP-2681 PodHostIPs to stable
1 parent fe2efe0 commit 2a93b5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/en/docs/concepts/workloads/pods/downward-api.md

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ The following information is available through environment variables
7777

7878
`status.hostIPs`
7979
: 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/).
8180

8281
`status.podIP`
8382
: the pod's primary IP address (usually, its IPv4 address)

content/en/docs/reference/command-line-tools-reference/feature-gates/pod-host-ips.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
1721
Enable the `status.hostIPs` field for pods and the {{< glossary_tooltip term_id="downward-api" text="downward API" >}}.
1822
The field lets you expose host IP addresses to workloads.

0 commit comments

Comments
 (0)