Hide Forgot
Description of problem: Git clone both the openshift/origin and openshift/openshift-sdn repo with master branch. Compare the files # ls -l src/github.com/origin/Godeps/_workspace/src/github.com/openshift/openshift-sdn/plugins/osdn/ovs/bin/ src/github.com/openshift-sdn/plugins/osdn/ovs/bin/ src/github.com/openshift-sdn/plugins/osdn/ovs/bin/: total 8 -rwxr-xr-x. 1 root root 928 Dec 21 15:17 openshift-sdn-docker-setup.sh -rwxr-xr-x. 1 root root 3325 Feb 19 10:21 openshift-sdn-ovs src/github.com/origin/Godeps/_workspace/src/github.com/openshift/openshift-sdn/plugins/osdn/ovs/bin/: total 8 -rw-r--r--. 1 root root 928 Feb 18 17:13 openshift-sdn-docker-setup.sh -rw-r--r--. 1 root root 3325 Feb 18 17:13 openshift-sdn-ovs The files in origin repo are missing execute permission. And there is no step to add such permission in the origin/contrib/node/install-sdn.sh file. This will cause the pod creation failure. 8s 4s 3 {kubelet node1.bmeng.local} Warning FailedSync Error syncing pod, skipping: failed to "SetupNetwork" for "router-1-deploy_default" with SetupNetworkError: "Failed to setup network for pod \"router-1-deploy_default(9124d7d0-d6ae-11e5-9b30-525400efed30)\" using network plugins \"redhat/openshift-ovs-multitenant\": executable file not found in $PATH; Skipping pod"
This was a temporary problem and fixed a while ago.