From f8da4e28a4438eab64347310858808719f78345c Mon Sep 17 00:00:00 2001 From: Tom Pantelis <tompantelis@gmail.com> Date: Thu, 26 Sep 2024 10:44:40 -0400 Subject: [PATCH] Add 0.19 release note for clusterset IP feature Enhancement https://github.com/submariner-io/enhancements/pull/230 Signed-off-by: Tom Pantelis <tompantelis@gmail.com> --- src/content/community/releases/_index.en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 280ae7f9f..826625d46 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -10,6 +10,10 @@ weight = 40 ### New features * Service Discovery now propagates the session affinity information from the exported service to the aggregated `ServiceImport`. +* Service Discovery can now allocate a cluster set virtual IP for exported services. This is an opt-in feature that can be enabled + per service via the `lighthouse.submariner.io/use-clusterset-ip` annotation on the `ServiceExport` or automatically for all services via + the `enable-clusterset-ip` option on `subctl deploy-broker`. Note that while DNS queries will return the cluster set virtual IP, + Service Discovery does not route this virtual IP and relies on some external component to do so. ### Other changes