telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.53k stars 513 forks source link

Use filter when waiting for agent to arrive. #3625

Closed thallgren closed 3 months ago

thallgren commented 3 months ago

The code that awaits an injected agent subscribed to all agents and then filtered the awaited agent whenever an event arrived. This behavior is now changed so that the subscription uses a filter, so that it only receives events about the awaited agent.