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

Fix watcher resourceVersion problem with 3.6 #855

Merged
merged 2 commits into from
Sep 6, 2017

Conversation

nicolaferraro
Copy link
Member

This should fix #852 by not using a resource version on the first call.

Since old versions of kubernetes, if you don't provide a resource version, the watch starts from the latest observed state, so there's no need to do a lookup before starting the watch.

Tested with Openshift origin 1.5 and 3.6.

@oscerd
Copy link
Member

oscerd commented Sep 1, 2017

ok to test

@nicolaferraro
Copy link
Member Author

I've updated the endpoints used in mockwebserver to reflect the new behaviour of the watchers... crossing fingers 😉

@iocanel
Copy link
Member

iocanel commented Sep 4, 2017

add to whitelist

@jstrachan
Copy link
Contributor

@iocanel LGTM - you happy with it?

@oscerd
Copy link
Member

oscerd commented Sep 6, 2017

[merge]

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.

Cannot watch build resources in Openshift 3.6
5 participants