Bug 1415058
Summary: | [trello 60kr8WOB] Events tab of StatefulSet page does not show existent event | ||
---|---|---|---|
Product: | OKD | Reporter: | Xingxing Xia <xxia> |
Component: | Management Console | Assignee: | bpeterse |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.x | CC: | aos-bugs, bpeterse, jforrest, 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: | 2017-05-30 12:50:46 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
Xingxing Xia
2017-01-20 06:29:31 UTC
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/a7da50213dd4e9e1e70f4e67e7207b087c8a03ef Bug 1415058 - fix events on stateful sets Checked in openshift v1.5.0-alpha.2+6e9d68d-91. Now Events tab of StatefulSet page works correctly, it can display/filter/sorts correctly for statefulset events:
1:55:17 PM Normal Successful create pet: hello-0
1:55:22 PM Normal Successful create pet: hello-1
1:58:46 PM Normal Successful create pet: hello-2
2:37:58 PM Normal Successful delete pet: hello-2
2:37:58 PM Normal Successful delete pet: hello-1
> Additional info:
> ** By the way, click Monitoring page, there is no Stateful Set item. Is it missed or intended? **
Monitoring page still has no statefulset. What's should be expected about statefulset in this page?
We had a PR for the monitoring page that was supposed to merge on friday but it flaked. It is merged now. Checked against openshift v1.5.0-alpha.2+b61bed3-113 1. Create statefulset 2. oc edit statefulset //change replicas to 3 3. oc edit statefulset //then change replicas back to 1 4. On web console, click Applications --> Stateful Sets --> hello --> Events tab - Events for StatefulSets are shown correctly on Events tab 5. On web console, click Monitoring --> View Details - Events for StatefulSets are also shown correctly on Events page browse/events Move to VERIFIED Yup merged. |