Forked from matthewpalmer/gist:3bfecedbbe75addf062813557bd07c70
Created
February 4, 2021 13:07
-
-
Save sillysachin/fd397928154107ffd2e33e8d4d23b407 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