You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshooting/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Troubleshooting
2
2
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>`.
0 commit comments