How to configure pod network manually

2017-11-19 Thread Patrik Dufresne
Hello, In attempt to learn more about how openshift is working, I'm trying to install it manually. So far, I manage to create a master and multiple nodes. Scheduling on node is working. But I'm struggling to get the pod network in place. With kubernetes, we usually load a yaml for flannel or

Re: question about openshift origin deployer

2017-11-19 Thread Clayton Coleman
The deploy command is a sub command in the openshift binary (openshift infra deploy —help) and makes api calls back to openshift to launch the pod. The deployment service account is used by the pod and is granted the permission to launch hook pods and also to scale the replica set for each

question about openshift origin deployer

2017-11-19 Thread Yu Wei
Hi, How does openshift origin deployer start another container? I checked docker file about deployer and found stuff as "/usr/bin/openshift-deploy"? How is /usr/bin/openshift-deploy implemented? Does it call docker api? Is "/usr/bin/openshift-deploy" also open sourced? Where could I find it?