Search code examples
dockergoogle-compute-enginekubernetesnfsgoogle-kubernetes-engine

Kubernetes NFS server is taking 100% cpu


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?


Solution

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