Skip to content

Commit 2306d5a

Browse files
Relative URL update
Update content/en/blog/_posts/2024-11-08-kubernetes-1.32-sneak-peek.md Co-authored-by: Dipesh Rawat <[email protected]>
1 parent 481af09 commit 2306d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-11-08-kubernetes-1.32-sneak-peek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ With the graduation of this [enhancement](https://github.com/kubernetes/enhancem
108108
This [enhancement](https://github.com/kubernetes/enhancements/issues/2681) introduces a new field, `status.hostIPs`, to the Kubernetes Pod API, enabling support for multiple IP addresses (IPv4 and IPv6) assigned to a node. Previously, the Pod status only included a singular HostIP field, which limited address configurations, particularly in dual-stack networks. This enhancement allows the API to store multiple IP addresses in an array, accessible via the Downward API, which applications can leverage for environments with complex IP requirements, such as IPv6 migrations.
109109
The feature is controlled by the PodHostIPs feature gate, supporting flexibility for gradual rollout.
110110

111-
For more information about giving containers information about themselves, visit the [downward-api documentation](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/).
111+
For more information about giving containers information about themselves, visit the [downward-api documentation](/docs/concepts/workloads/pods/downward-api/).
112112

113113
### Make Kubernetes aware of the LoadBalancer behavior
114114

0 commit comments

Comments
 (0)