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

aws-custom-route-controller tries to update routes when instance is in invalid state #13

Open
ialidzhikov opened this issue Apr 7, 2023 · 0 comments
Labels
kind/bug Bug lifecycle/rotten Nobody worked on this for 12 months (final aging stage)

Comments

@ialidzhikov
Copy link
Member

ialidzhikov commented Apr 7, 2023

/kind bug

What happened:
We frequently see transient errors such as:

53m         Warning   RoutesUpdateFailed             serviceaccount/aws-custom-route-controller   creating route 10.101.10.0/24 -> i-<uid> in table rtb-<uid> failed: IncorrectInstanceState: Instance with state 'shutting-down' is not valid for this operation....
53m         Warning   RoutesUpdateFailed             serviceaccount/aws-custom-route-controller   creating route 10.101.10.0/24 -> i-<uid> in table rtb-<uid> failed: IncorrectInstanceState: Instance with state 'shutting-down' is not valid for this operation....
53m         Warning   RoutesUpdateFailed             serviceaccount/aws-custom-route-controller   creating route 10.101.10.0/24 -> i-<uid> in table rtb-<uid> failed: InvalidParameterValue: Invalid value 'i-<uid>' for instance ID. Instance is not in a VPC....
52m         Warning   RoutesUpdateFailed             serviceaccount/aws-custom-route-controller   creating route 10.101.10.0/24 -> i-<uid> in table rtb-<uid> failed: InvalidParameterValue: Invalid value 'i-<uid>' for instance ID. Instance is not in a VPC....
52m         Warning   RoutesUpdateFailed             serviceaccount/aws-custom-route-controller   creating route 10.101.10.0/24 -> i-<uid> in table rtb-<uid> failed: InvalidParameterValue: Invalid value 'i-<uid>' for instance ID. Instance is not in a VPC....

What you expected to happen:
If possible, aws-custom-route-controller to not try to update routes for instances in invalid states (instance is shutting-down or instance is not in VPC).

How to reproduce it (as minimally and precisely as possible):
See above.

Anything else we need to know:
N/A

Environment:
Version: v0.5.0

@ialidzhikov ialidzhikov added the kind/bug Bug label Apr 7, 2023
@gardener-robot gardener-robot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label Dec 15, 2023
@gardener-robot gardener-robot added lifecycle/rotten Nobody worked on this for 12 months (final aging stage) and removed lifecycle/stale Nobody worked on this for 6 months (will further age) labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Bug lifecycle/rotten Nobody worked on this for 12 months (final aging stage)
Projects
None yet
Development

No branches or pull requests

2 participants