Skip to content
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 get minions takes a long time to output #3938

Closed
jmreicha opened this issue Jan 29, 2015 · 8 comments
Closed

kubectl get minions takes a long time to output #3938

jmreicha opened this issue Jan 29, 2015 · 8 comments
Labels
area/reliability sig/scalability Categorizes an issue or PR as relevant to SIG Scalability.

Comments

@jmreicha
Copy link

I noticed this behavior after I began removing old nodes from a v0.8.2 cluster using kubectl v0.9.1.

After running a kubectl get minions, the command will hang for quite some time ( haven't timed it yet) but will eventually spit back the current nodes in the cluster. Other kubectl commands seem to work as the should (get service/rc/pod, etc) it just seems to be the get minions that has problems.

I'm not sure what to make of this or how to fix. Thanks!

@satnam6502
Copy link
Contributor

See #2973 which reports some progress here.
How many minions are you trying to list?

@satnam6502 satnam6502 added sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. area/reliability labels Jan 29, 2015
@jmreicha
Copy link
Author

@satnam6502 I have 12 minions that I am trying to list. I was able to list 20ish very quickly but after removing the first node, I noticed the time increase.

@satnam6502
Copy link
Contributor

Yes, well, I've been trying to list 1,000 minions. Imagine how miserable that is. I am going to ask @davidopp to take a look (or to forward this to someone else.)

@ddysher
Copy link
Contributor

ddysher commented Jan 29, 2015

Didn't we already cache all minions? Maybe we are not if it only happens after you take down a node.

I believe it will be fixed by #3733. Can you verify it once that is in?

@goltermann
Copy link
Contributor

#3733 appears merged. You'll need to upgrade to a more recent version of kubernetes for your cluster.

@satnam6502
Copy link
Contributor

I'm still having problems listing minions. #4078

@ddysher
Copy link
Contributor

ddysher commented Feb 4, 2015

#4078 is likely a different issue from this one.

@satnam6502
Copy link
Contributor

Agreed.

On Tue, Feb 3, 2015 at 6:23 PM, Deyuan Deng notifications@github.com
wrote:

#4078 #4078 is
likely a different issue from this one.


Reply to this email directly or view it on GitHub
#3938 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reliability sig/scalability Categorizes an issue or PR as relevant to SIG Scalability.
Projects
None yet
Development

No branches or pull requests

4 participants