Radoslaw Czajkowski:
So it explains why no terminated container was found
Akhil Addagulla:
okay. One last question here
k logs -f podname --namespace=<name>
Is not showing much error to troubleshoot
Akhil Addagulla:
I can’t understand what’s the issue here??
Akhil Addagulla:
Can you please help me to understand?
Radoslaw Czajkowski:
it just follows the logs (outputs them on a screen) as they appear in a pod
Radoslaw Czajkowski:
if no new logs on the pod - no logs in the output
Akhil Addagulla:
okay