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

Unnecessry Virtual Node Updates #785

Open
joesbigidea opened this issue Jul 22, 2024 · 0 comments
Open

Unnecessry Virtual Node Updates #785

joesbigidea opened this issue Jul 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joesbigidea
Copy link
Contributor

joesbigidea commented Jul 22, 2024

Describe the bug
App Mesh Kubernetes controller issues unnecessary updates to virtual nodes in some cases when the virtual node has more than one backend. This will occur when the associated CRD is updated or when the controller performs a full reconciliation (every 10 hours by default). This does not impact the functioning or configuration of the mesh, but does result in unnecessary logs in CloudTrail.

Expected outcome
Backend ordering in the controller is not deterministic and is not important in App Mesh. The controller should not update the associated virtual node when only backend ordering has changed.

@joesbigidea joesbigidea added the bug Something isn't working label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant