How Check For Kubernetes Errors Such As E0~
grep kubelet messages | awk '{if ($6~/E[0-9]/){print $6}}' | sort | uniq -c
- You then receive an output such as:
2136 E0825
grep kubelet messages | awk '{if ($6~/E[0-9]/){print $6}}' | sort | uniq -c
2136 E0825