Created
October 22, 2018 00:53
-
-
Save matthewpalmer/3bfecedbbe75addf062813557bd07c70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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