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?