You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce the load on the K8s API, the port map renewal loop can be extracted into a separate loop. This will allow reducing the amount of communication with the kube-apiserver, thus reducing the load on it.
To reduce the load on the K8s API, the port map renewal loop can be extracted into a separate loop. This will allow reducing the amount of communication with the
kube-apiserver, thus reducing the load on it.