kthcloud / go-deploy

Creation and management of resources on kthcloud
https://api.cloud.cbh.kth.se/deploy
MIT License
3 stars 1 forks source link

Fix local script storage directory typo in README? #648

Closed Phillezi closed 3 months ago

Phillezi commented 4 months ago

Fix storage directory typo in local script README?

HI, I think the storage directory in the README is wrong, when i ran the script it created this directory: image

But i might be wrong, I haven't gotten the nfs working yet : (

saffronjam commented 4 months ago

Nice! You're right, it should be go-deploy-data.

What's the issues you're having with NFS?

What happens if you do kubectl get pods --all-namespaces?

Phillezi commented 4 months ago

I just have some dns issues I think, had to modify the script and a bit to work with my distro.

The script stopped at waiting for mongodb since there is no PersistentVolume for it

So I checked the nfs logs using

kubectl logs nfs-server-55c6656fdd-77xpn -n nfs-server

And got

Serving /exports
Serving / 
rpcinfo: can't contact rpcbind: : RPC: Unable to receive; errno = Connection refused Starting rpcbind exportfs: / does not support NFS export 
NFS started

Figured its dns related.

Thanks, Ill try the command when im back home on my pc :)