Bug 1659355
| Summary: | oc get event -w no longer produce absolute timestamp | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Takayoshi Kimura <tkimura> |
| Component: | oc | Assignee: | Juan Vallejo <jvallejo> |
| Status: | CLOSED NOTABUG | QA Contact: | Xingxing Xia <xxia> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas |
| 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: | 2018-12-18 19:39:10 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
Takayoshi Kimura
2018-12-14 07:54:54 UTC
*** Bug 1659373 has been marked as a duplicate of this bug. *** *** Bug 1659356 has been marked as a duplicate of this bug. *** *** Bug 1659360 has been marked as a duplicate of this bug. *** *** Bug 1659369 has been marked as a duplicate of this bug. *** Closing above Takayoshi's re-submitted ones for https://bugzilla.redhat.com/show_bug.cgi?id=1659373#c1 This is working as intended. The output of `events` was recently improved in https://github.com/kubernetes/kubernetes/pull/66643. From the patch notes: > 4. The duration fields were changed to be the more precise output introduced for job duration (2-3 sig figs) With regards to backwards compatibility, we do not consider "human-readable" output to have an "api guarantee". Also see [1]. 1. https://github.com/kubernetes/kubernetes/pull/66643#issuecomment-409334155 |