Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The file in the mountpath in the pod is `out` instead of `out.txt` ```bash [root@efs-app /]# ls bin data dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var [root@efs-app /]# cd data [root@efs-app data]# ls out [root@efs-app data]# pwd /data [root@efs-app data]# $ kubectl exec -ti efs-app -- tail -f /data/out.txt tail: cannot open '/data/out.txt' for reading: No such file or directory tail: no files remaining command terminated with exit code 1 $ kubectl exec -ti efs-app -- tail -f /data/out Sun Apr 25 11:59:59 UTC 2021 Sun Apr 25 12:00:04 UTC 2021 Sun Apr 25 12:00:09 UTC 2021 Sun Apr 25 12:00:14 UTC 2021 ```
- Loading branch information