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

Kubernetes hyperkube infinte secrets mounts #26864

Closed
pmoncadaisla opened this issue Jun 5, 2016 · 5 comments
Closed

Kubernetes hyperkube infinte secrets mounts #26864

pmoncadaisla opened this issue Jun 5, 2016 · 5 comments
Labels
sig/storage Categorizes an issue or PR as relevant to SIG Storage.

Comments

@pmoncadaisla
Copy link

Hi,

I'm experiencing a very slow behaviour of my Kubernetes cluster. Evrything starts OK, but passed hours everything starts to be very very slow.

I've noticed that executing "mount" I can see nearly infinite (thousands) mounts like these ones:

mount

Also, there seems to be a process called "findmnt" running:

findmnt

I'm using:

Docker: 1.6.2
Hyperkube: 1.2.1
Ubuntu: 14.04

dockerversion

kubectlversion

dist

I've tried to upgrade to:

Docker: 1.9.1
Hyperkube: 1.2.3

but the result was the same :(

I've also tried to run Kubernetes directly using the kubelet binary, outside Hyperkube, and everything seemed OK, no more infinite mounts, and good speed, but everything was planned to use Hyperkube, and also I really want to know what is going wrong.

@a-robinson a-robinson added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Jun 5, 2016
@jason-kane
Copy link

This looks like a dupe of #25489

@dims
Copy link
Member

dims commented Jun 10, 2016

and of #26996

@pmorie
Copy link
Member

pmorie commented Jul 25, 2016

This is a dupe, yes. Fundamentally the problem is that the mount point isn't propagating back into the mount ns of the container where the hyperkube process is running.

@jingxu97
Copy link
Contributor

I think #27054 should fix the issue of infinite (thousands) mounts

@yujuhong yujuhong added team/cluster sig/storage Categorizes an issue or PR as relevant to SIG Storage. and removed sig/node Categorizes an issue or PR as relevant to SIG Node. labels Jul 26, 2016
@matchstick
Copy link
Contributor

Closing. We believe 1.3.4 addresses this. Re-open if we are mistaken.

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

No branches or pull requests

8 participants