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

API discovery becomes best effort when partial resource list is returned (resolves #524) #526

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

jessesuen
Copy link
Member

Same as PR #525 but cherry-picked from release-0.7 branch and added release notes and updates to documentation.

Resolves #524.

It's possible for the kubernetes discovery API to return both a partial resource list, as well as an error. Currently we fail immediately upon error, which causes the controller to not process any resources. This change makes discovery best effort when the resource list is non-empty, and logs the error instead of returning it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants