Bug 1275203

Summary: When use win7 the deployment info was not displayed correctly
Product: OKD Reporter: zhou ying <yinzhou>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: Wei Sun <wsun>
Severity: low Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas
Target Milestone: ---   
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:11:56 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:
Embargoed:

Description zhou ying 2015-10-26 09:17:41 UTC
Description of problem:
When test on win7, can not display the deployment info correctly.

Version-Release number of selected component (if applicable):
oc v1.0.6
kubernetes v1.1.0-alapa.0-1605-g44c91b1

How reproducible:
always

Steps to Reproduce:
1. Use the oc client on win7 to login.
2. Use command to create deployment:
`oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/deployment1.json`
3. Use command to check the deployment:
`oc deploy hooks`

Actual results:
C:\Users\zy\Downloads>oc deploy hooks
                                                                hooks #4 deploym
ent failed 14 hours ago: The deployment was cancelled by the user
hooks #3 deployed 15 hours ago - 1 pod

Expected results:
Show the deployment time and format correctly.

Additional info:
When test on rhel:
[root@ip-172-18-5-51 amd64]# oc deploy hooks
hooks #4 deployment failed about a minute ago: The deployment was cancelled by the user
hooks #3 deployed 6 minutes ago - 1 pod

Comment 1 Fabiano Franz 2016-01-08 21:03:43 UTC
Fixed in master.

Comment 2 zhou ying 2016-01-11 01:54:51 UTC
Confirmed on ami devenv-rhel7_3110. 
Thanks.