Building Galaxy Interactive Environment with Kubernetes on my own server

I am trying to deploy the galaxy:19.05 with kubernetes following the https://github.com/galaxyproject/galaxy-helm. And it works.

But after setting the interactive environment following with https://docs.galaxyproject.org/en/master/admin/special_topics/interactive_environments.html, an error shows up when I tried to use the GIEs on the website.

error: GIEs are a fairly complex deployment and sometimes need maintenance. It seems that at the moment they are not launching, we are investigating.

I think it may because the sshfs didn’t be set in the right way, but I don’t know how to set it in the correct container (there was a series of containers running the galaxy together).

Would anybody know how to solve this problem? Thanks so much!