det-lab / jupyterhub-deploy-kubernetes-jetstream

CDMS JupyterHub deployment on XSEDE Jetstream
0 stars 1 forks source link

install NFS-common on nodes #29

Closed zonca closed 10 months ago

zonca commented 4 years ago

in order to mount the NFS share I have to manually install the nfs-common package on the nodes.

check if I can add this to kubespray or ask Jetstream if they can add it into the images

zonca commented 4 years ago

added to ansible, test next time I do redeployment or add a node:

https://github.com/zonca/jetstream_kubespray/commit/3d177393480095d8a765687428a020b6c82d6848

zonca commented 3 years ago

this didn't work, I had to install nfs-common manually

zonca commented 3 years ago

net deployment check the logs and see what happens in the step in bootstrap-debian.yml where we are installing nfs-common

zonca commented 10 months ago

implemented in https://github.com/zonca/jetstream_kubespray/pull/26