Could you please provide an example on using skaffold on Openshift cluster accesssing Openshift image registry? When I tried skaffold dev mode and made any code changes with same example that you have in your github repo, it is detecting the change , building and pushing the changes but not the latest changes are not reflected in the browser.
If I exit dev mode and again run skaffold dev, it is taking the latest changes. Not sure why?