- Newest
- Most votes
- Most comments
The warnings you're seeing about StorageReady every 10 minutes on your managed nodes in EKS are likely related to the node monitoring and auto repair features of Amazon EKS. These features are designed to continuously monitor the health of nodes and automatically react to detected problems.
The StorageReady condition is one of several conditions that the node monitoring agent checks, along with others like KernelReady and NetworkingReady. These checks help ensure the overall health and availability of your cluster.
It's important to note that these warnings don't necessarily indicate a problem with your aws-ebs-csi-driver add-on configuration. Instead, they are part of the normal health checking process for EKS managed nodes.
However, if these warnings persist or cause issues, you may want to investigate further. Here are a few steps you can take:
-
Check the status of your nodes using kubectl commands to get more detailed information about the node conditions.
-
Verify that the ebs-csi-controller-sa service account is correctly set up in the kube-system namespace of your cluster. This service account is crucial for managing EBS volumes in Kubernetes.
-
Ensure that the EBS CSI Driver Add-On is properly installed and configured in your cluster.
-
Review the events reported by the node monitoring agent to get more context about these warnings.
If the issue persists after these checks, you may want to contact AWS support for further assistance, as the nodes are fully managed by AWS and there might be an underlying issue that needs their attention.
Sources
Enable node auto repair and investigate node health issues - Amazon EKS
Community | Dynamic Database Storage with the Amazon EBS CSI Driver for Amazon EKS
View the health status of your nodes - Amazon EKS
I am seeing the same thing. Attached screenshot from one of the events (from Datadog's side).
answered a year ago
Relevant content
asked 2 years ago

HI, i performed kubectl events check on the nodes and it seems to me there are a lot of errors. I am not experiencing any specific performance issue, but I am afraid that this can lead to intermittent issues. Do you think the problem is serious? How can I check if the EBS add on configuration is correct?