-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase verbosity of DataStore logs related to availability #2395
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
|
What would you like to be added:
When a pod cannot get an IP address assigned due to none being available in the data store, we log the following: https://github.com/aws/amazon-vpc-cni-k8s/blob/master/pkg/ipamd/datastore/data_store.go#L773
This issue is to improve the verbosity here, i.e. to report why the datastore is full. It could be that max pods have been reached, no more ENIs can be attached, IPs are in cooldown, etc.
Why is this needed:
This will improve customer and internal debugging.
The text was updated successfully, but these errors were encountered: