Bug 1309937

Summary: Errors shown in jenkins pod logs.
Product: OKD Reporter: XiuJuan Wang <xiuwang>
Component: ImageAssignee: Michal Fojtik <mfojtik>
Status: CLOSED CURRENTRELEASE QA Contact: XiuJuan Wang <xiuwang>
Severity: low Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:14:31 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 XiuJuan Wang 2016-02-19 03:16:29 UTC
Description of problem:
Always show below errors in jenkins pod logs.

# oc logs jenkins-1-0asji
Error from server: User "system:serviceaccount:test:default" cannot list imagestreams in project "ci"
Error from server: User "system:serviceaccount:test:default" cannot list imagestreams in project "ci"


Version-Release number of selected component (if applicable):
devenv-rhel7_3467
jenkins-1-rhel7 6508ab23a362

How reproducible:
always

Steps to Reproduce:
1.Create jenkins pod
2.Check jenkins pod logs 
3.

Actual results:
step 2:
# oc logs jenkins-1-0asji
Error from server: User "system:serviceaccount:test:default" cannot list imagestreams in project "ci"
Error from server: User "system:serviceaccount:test:default" cannot list imagestreams in project "ci"
Generating kubernetes-plugin configuration (/opt/openshift/configuration/config.xml.tpl) ...

Expected results:
Should no this error.

Additional info:

Comment 1 XiuJuan Wang 2016-03-23 06:07:32 UTC
Test with jenkins image(d84481f80ece)

@michal
No errors in jenkins pod logs now, could you help move this bug to on_qa?
Thanks!