1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Sharing some basic pointers:
-
For the aws-node pod which you say is restarting does the RESTART counter also increment when you check with kubectl get pod <name> -n kube-system. Also you can check pod events with kubectl describe pods <name> -n kube-system for clues. Probes failing??? Autoscaling events?
-
Try the same for ebs-csi pods though the reason for this pod being in CrashLoopBackOff state would be different. Since you mentioned that this issue is more visible during high load, maybe some API rate limits restrictions kicking in?
-
kubectl get events -n kube-system would give further insights about events in cluster for last 60 minutes.
--Syd
answered 4 months ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 days ago