Chapter 7. Known issues
SKUPPER-2584 - Multiple Skupper Links
You can create multiple links from one site to another. However, the links do not perform as expected. For example, traffic flow across multiple links with different costs might not be as expected.
Workaround
To workaround this issue, make sure a link does not exist before creating a new link.
SKUPPER-2569 - Link cost is not updatable
If you create a link and later attempt to change the link cost, the update fails.
NoteThe
kubectl get link
command reports the updated link cost, however, that link cost does not affect traffic flow.Workaround
To workaround this issue, delete the link and create it again with the desired link cost.
SKUPPER-869 - Enable idle connection timeouts for the TCP transport
If an endpoint is terminated, for example a client is killed, the other endpoint observes a half-closed connection. If the other endpoint does not close the connection or attempt to send data to the connection, the Skupper router does not release the memory allocated to that connection
Workaround
Avoid client server configurations that use this behavior if possible. For example, if a server automatically closes dormant connections, or attempts to communicate with client, the Skupper router frees the memory when a client is terminated.
Revised on 2025-09-03 14:48:21 UTC