Kubernetes NFS server is taking 100% cpu

3/5/2016

When i create the RC as given in the nfs tutorial of kubernetes to create the nfs server, it uses 100% cpu of a n1-standard-1 node from GCE:

enter image description here

Pod logs returns nothing wrong:

> kubectl logs nfs-server-*****
Serving /exports
NFS started

Is that normal that nfs consume so much cpu?

-- Anthony Bobenrieth
docker
google-compute-engine
google-kubernetes-engine
kubernetes
nfs

1 Answer

3/8/2016

There is an issue in the NFS image you were using.

-- Huamin
Source: StackOverflow