Skip to content
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

chore: increase aws qps frequency #2

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

Luke-Smartnews
Copy link

@Luke-Smartnews Luke-Smartnews commented Mar 13, 2024

cache is used to cache aws resources like ami, subnets which we don't change frequently.

amiProvider := amifamily.NewProvider(versionProvider, ssm.New(sess), ec2api, cache.New(awscache.DefaultTTL, awscache.DefaultCleanupInterval))

increase it because we already reached the API limit.

{"level":"ERROR","time":"2024-03-13T05:10:33.985Z","logger":"controller","message":"Reconciler error","commit":"ec1ade0","controller":"nodeclaim.disruption","controllerGroup":"karpenter.sh","controllerKind":"NodeClaim","NodeClaim":{"name":"memory-arm-ondemand-small-ntf92"},"namespace":"","name":"memory-arm-ondemand-small-ntf92","reconcileID":"f7fc5d20-7354-4acc-bed2-fadda7a0596b","error":"getting drift, calculating ami drift, getting amis, describing images, RequestLimitExceeded: Request limit exceeded.\n\tstatus code: 503, request id: c2f62c5e-e818-46fe-a140-6fdf2ddfc911"}

@Luke-Smartnews Luke-Smartnews merged commit 99d2d29 into release-0.34.0-sn-v1 Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant