-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bug: unable to setup indexes #263
Comments
Perhaps adding retry logic with some kind of exponential backoff policy here would be sufficient |
@kannon92 I notice Kueue has a helper |
Yea I think that is a good idea. I think @vsoch ran into this actually but wasn't sure how to reproduce it. |
Interesting. I wouldn't have expected Indeed it seems best to exit. |
Correct - I've seen this several times, usually when I install / uninstall something and the only fix is to delete and re-create the entire cluster. |
Users are reporting an issue when they apply their JobSet, the JobSet object is created but it never starts running. After examining the logs we found the following error:
The index on
.metadata.controller
is created in SetupIndexes which is called from main.go here. If the indexes cannot be built, we would expect to see this error logged. Looking further in the logs, we do indeed see this error:/kind bug
The text was updated successfully, but these errors were encountered: