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
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Initial spike in traffic to a remote kube cluster using kubectl is delayed due to large number of concurrent requests made by the tool(~20 requests). This results in delay at the beginning of the session(~20 seconds) after which kubectl works as expected.
This might be caused by a large initial traffic, large number of initial requests or logic flaw in threading logic(we currently use max(cores count, 12) threads).