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

VPC RC keeps crashing during cache build stage on clusters with high CRDs #277

Closed
jaydeokar opened this issue Jul 7, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@jaydeokar
Copy link
Contributor

Describe the Bug:

VPC-RC crashes during initialization when there are high number of CRDs in the cluster. VPC-RC on startup tries to build the client cache by making calls to API server. If the time required to build the cache is >90 secs, the controller goes into a restart loop as that's the LivenessProbe configured for the controller.

Observed Behavior:
Controller keeps restarting while trying to build the cache.

Expected Behavior:
Controller should not crash during initialization.

How to reproduce it (as minimally and precisely as possible):
Have large number of CRDs ( >1000 ) and restart the controller. It should show client side throttling messages in the logs and a considerable time in building the cache

Additional Context:

Environment:

  • Kubernetes version (use kubectl version):
  • CNI Version
  • OS (Linux/Windows):
@jaydeokar
Copy link
Contributor Author

This is fixed with v1.3.1 release

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