Skip to content

Failed to disable source destination check due to: RequestLimitExceeded: Request limit exceeded. #313

@alebsack

Description

@alebsack

Running v0.1.0-rc2 When running a cluster in AWS with more than ~30 nodes across three AZs, I start getting this:

E0218 19:54:33.307172       1 network_routes_controller.go:907] Failed to disable source destination check due to: RequestLimitExceeded: Request limit exceeded.
	status code: 503, request id: 1e048252-93d2-4672-a3b2-d65163a78220

Looking at the code, every instance of kube-router simply tries to disable the SourceDestCheck on every other node in the cluster. This ends up ultimately leaving some nodes with SourceDestCheck never disabled.

I'm also getting a lot of these, though I'm not sure if related to the above error:

E0218 19:54:33.756882       1 health_controller.go:100] Network Routing Controller heartbeat missed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions