Skip to content

Commit ac60396

Browse files
Update troubleshooting instructions to specify pod for debugging steps.
1 parent 94fed37 commit ac60396

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

troubleshooting/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Troubleshooting
22

3+
#### Note
4+
By default, logs are published to the node in which the EFS mount occurs.
5+
This node can be found by examining the output of `kubectl describe pod efs-app`, where `efs-app` is the pod which utilizes the EFS PVC. For the most accurate logs, please substitute the pod name corresponding to the aforementioned node in the below steps for `<driver_pod_name>`.
6+
37
### Log collector script
48

59
The log collector script will collect

0 commit comments

Comments
 (0)