-
Notifications
You must be signed in to change notification settings - Fork 431
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
Cache refresh may lead to terminal error #1828
Comments
/assign |
I have not had a chance to work on this yet, marking it as help wanted in case someone else is able to pick it up. The ask is to return only return a terminal error when skuCache.Get fails because the SKU doesn't exist. If the skuCache.Get fails because of a cache refresh issue, we should return a regular error, ie. /kind bug |
@CecileRobertMichon: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
clarification: is there a chance for the following happening: cache has not been refreshed -> errors when doing client.List? Asking because, in this case, the error would not be a terminal error.
Originally posted by @shysank in #1697 (comment)
The text was updated successfully, but these errors were encountered: