rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.03k stars 285 forks source link

Address inefficiencies in guestAgent #7763

Closed Nino-K closed 1 week ago

Nino-K commented 1 week ago

The API Tracker in guestAgent was calling certain functions without checking if portMapping had any entries. While this didn’t break the logic, it resulted in unnecessary function calls with empty portMapping, making the code less efficient and cluttering the logs with irrelevant information.