Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created October 22, 2018 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matthewpalmer/3bfecedbbe75addf062813557bd07c70 to your computer and use it in GitHub Desktop.
Save matthewpalmer/3bfecedbbe75addf062813557bd07c70 to your computer and use it in GitHub Desktop.
nfs ⟩ kubectl exec -it pod-using-nfs sh
/ # cat /var/nfs/dates.txt
Mon Oct 22 00:47:36 UTC 2018
Mon Oct 22 00:47:41 UTC 2018
Mon Oct 22 00:47:46 UTC 2018
nfs ⟩ kubectl exec -it nfs-server-pod sh
# cat /exports/dates.txt
Mon Oct 22 00:47:36 UTC 2018
Mon Oct 22 00:47:41 UTC 2018
Mon Oct 22 00:47:46 UTC 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment