Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sillysachin/fd397928154107ffd2e33e8d4d23b407 to your computer and use it in GitHub Desktop.

Select an option

Save sillysachin/fd397928154107ffd2e33e8d4d23b407 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