On 01/12/2016 09:31 AM, Luke Meyer wrote: > I ran an "advanced install" of Origin (which installs and configures > RPMs from early December), then updated the openshift binary to be > compiled from master. Perhaps not surprisingly, my nodes won't come up now:
Yes, not surprisingly. If you build new RPMs from origin git and update to them, rather than just copying in the new openshift binary, then it ought to work. (You can also try just copying Godeps/_workspace/src/github.com/openshift/openshift-sdn/plugins/osdn/ovs/bin/* to /usr/bin/. Depending on how old your RPMs were you may also need to rm -rf /usr/libexec/kubernetes/kubelet-plugins/net/exec/redhat~openshift-ovs-subnet.) -- Dan _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
