Relative URL update

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

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
pull/48585/head
Matteo Bianchi 2024-11-06 11:31:05 +01:00 committed by GitHub
parent 481af09104
commit 2306d5ac4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ With the graduation of this [enhancement](https://github.com/kubernetes/enhancem
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.
The feature is controlled by the PodHostIPs feature gate, supporting flexibility for gradual rollout.
For more information about giving containers information about themselves, visit the [downward-api documentation](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/).
For more information about giving containers information about themselves, visit the [downward-api documentation](/docs/concepts/workloads/pods/downward-api/).
### Make Kubernetes aware of the LoadBalancer behavior