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:
Pod logs returns nothing wrong:
> kubectl logs nfs-server-*****
Serving /exports
NFS started
Is that normal that nfs consume so much cpu?
There is an issue in the NFS image you were using.