Bug 1618577

Summary: [free-stg] pod always in Pending status
Product: OpenShift Online Reporter: Junqi Zhao <juzhao>
Component: WebsiteAssignee: Abhishek Gupta <abhgupta>
Status: NEW --- QA Contact: yasun
Severity: high Docs Contact:
Priority: high    
Version: 3.xKeywords: OnlineStarter
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: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1609641    

Description Junqi Zhao 2018-08-17 02:25:30 UTC
Description of problem:
free-stg cluster, pod always in Pending status, info shows "0/27 nodes are available: 1 node(s) were not ready, 11 node(s) didn't match node selector, 15 Insufficient cpu"

$ oc get pod
NAME              READY     STATUS    RESTARTS   AGE
ruby-ex-1-build   0/1       Pending   0          21h


$ oc describe pod ruby-ex-1-build
Events:
  Type     Reason            Age                  From               Message
  ----     ------            ----                 ----               -------
  Warning  FailedScheduling  3m (x4432 over 21h)  default-scheduler  0/27 nodes are available: 1 node(s) were not ready, 11 node(s) didn't match node selector, 15 Insufficient cpu.


Version-Release number of selected component (if applicable):
OpenShift Master:v3.10.27 
Kubernetes Master:v1.10.0+b81c8f8 
OpenShift Web Console:v3.10.27 

How reproducible:
Always

Steps to Reproduce:
1. oc new-project ruby; 
2. oc new-app centos/ruby-25-centos7~https://github.com/sclorg/ruby-ex.git
3.

Actual results:
pod always in Pending status

Expected results:
pod could be started up

Additional info:

Comment 1 Junqi Zhao 2018-08-22 03:07:19 UTC
Issue is fixed, pods could be in running status

OpenShift Master:v3.10.27 
Kubernetes Master:v1.10.0+b81c8f8 
OpenShift Web Console:v3.10.27