-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
In order to decide whether to allow a client to reach a particular peer IP, STUNner consults the list of pod IP addresses belonging to the backends assigned to the target UDPRoute. Currently only Service resources are allowed as backends. However, in a multi-cluster setting services globally exported across the clusterset will appear as ServiceImport objects locally (and not as regular Services), with the assumption that ServiceImports and Services are essentially equivalent in that wherever one can use a Service one could also use a ServiceImport instead. Currently, however, STUNner accepts only Services as backends.
This issue is tracking the progress on extending the operator to accept ServiceImports are backends.
Reactions are currently unavailable