-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl/apiserver problems if minion down #2951
Comments
I strongly suspect this is due to fetching pod status from minions on demand when missing in the pod cache. We need to totally change how status information is maintained: #2726. |
/cc @satnam6502 |
I started taking a look at this. There are multiple problems. We make at least 2 RPCs per pod when you list pods, and a 3rd if the cache is empty. All of these RPCs are unneeded, though some are easier to remove than others. I'll make a few PRs. |
#3051 addresses part of this. |
Closing this, as I can't reproduce @ head given recent changes. |
Pull the power plug on 10.13.137.14 (not sure why every pod was scheduled on the single minion, but, whatever)
power 10.13.137.14 back up and everything works swimmingly again.
The text was updated successfully, but these errors were encountered: