Open
Description
Currently the NFS Services Start script does not retry on failure: https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/blob/518f22d7e0edae391e321e312a870daa70856263/deploy/kubernetes/nfs_services_start.sh, and sleeps at the end of execution.
It should either retry running rpc.statd service, NFS services, or exit with a non-zero code on failure. The latter would enable the script to be restarted in a Kubernetes environment.