Bug 1382587

Summary: deployment stuck in Pending state
Product: OKD Reporter: Peter Ruan <pruan>
Component: DeploymentsAssignee: Maciej Szulik <maszulik>
Status: CLOSED NOTABUG QA Contact: weiwei jiang <wjiang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-07 23:29:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Peter Ruan 2016-10-07 06:06:32 UTC
Description of problem:
  The deployment state always stuck at Pending for the fork-ami fork_ami_openshift3_platformmanagement_public_792_304
 
Version-Release number of selected component (if applicable):

fork_ami_openshift3_platformmanagement_public_792_304

How reproducible:
always

Steps to Reproduce:
1. create a project # oc new-project ncqqb
2. create a deployment # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/deployment1.json
3. wait for the pod named 'hooks-1-deploy' to die

Actual results:
The deployment never finishes.

oc get pods --config=/home/pruan/workdir/dhcp-16-121-pruan/ose_pruan1.kubeconfig 

NAME             READY     STATUS             RESTARTS   AGE
hooks-3-deploy   0/1       DeadlineExceeded   0          6h


Expected results:
the deployment finishes.

Additional info: