Skip to content

Commit f0bb166

Browse files
authored
Merge pull request #37909 from atorik/update_description_for_k-describe
Update the explanation for `kubectl describe pod`.
2 parents 831f795 + cf29a21 commit f0bb166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug/debug-application/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Restart Count tells you how many times the container has been restarted; this in
127127

128128
Currently the only Condition associated with a Pod is the binary Ready condition, which indicates that the pod is able to service requests and should be added to the load balancing pools of all matching services.
129129

130-
Lastly, you see a log of recent events related to your Pod. The system compresses multiple identical events by indicating the first and last time it was seen and the number of times it was seen. "From" indicates the component that is logging the event, "SubobjectPath" tells you which object (e.g. container within the pod) is being referred to, and "Reason" and "Message" tell you what happened.
130+
Lastly, you see a log of recent events related to your Pod. "From" indicates the component that is logging the event. "Reason" and "Message" tell you what happened.
131131

132132

133133
## Example: debugging Pending Pods

0 commit comments

Comments
 (0)