-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Gateway Status Addresses Updater with multiple Ingress entries. (#…
…5651) * Fix Gateway Status Addresses Updater with multiple Ingress entries. That field is used by other components like k8s external-dns, and should contains all information provided by the envoy service load balancer status. Fixes #5650 Signed-off-by: Jean-Daniel Dupas <jddupas@xooloo.com> * Changelog Signed-off-by: Jean-Daniel Dupas <jddupas@xooloo.com> --------- Signed-off-by: Jean-Daniel Dupas <jddupas@xooloo.com> Co-authored-by: Jean-Daniel Dupas <jddupas@xooloo.com>
- Loading branch information
1 parent
3231bf7
commit 4c00ba9
Showing
3 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Gateway provisioner: Expose all Envoy service IPs and Hostname in `Gateway.Status.Addresses`. Only the first IP was exposed before, even for dual-stack service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters