Bug 1806157
| Summary: | Order by Age don't work on Serverless -> Services list page | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> |
| Component: | Management Console | Assignee: | ralpert |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | aos-bugs, jcaiani, jokerman, ralpert, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1802429 | Environment: | |
| Last Closed: | 2020-04-29 14:23:10 UTC | Type: | --- |
| 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: | 1802429 | ||
| Bug Blocks: | |||
|
Description
Samuel Padgett
2020-02-22 13:32:02 UTC
1. Install OpenShift Serverless Operator 2. Create knative serving instance # cat serving.yaml apiVersion: v1 kind: Namespace metadata: name: knative-serving --- apiVersion: operator.knative.dev/v1alpha1 kind: KnativeServing metadata: name: knative-serving namespace: knative-serving # oc apply -f serving.yaml namespace/knative-serving created knativeserving.operator.knative.dev/knative-serving created 3. Create two services at Serverless -> Services page 4. Order by Age in Serverless -> Services list page, now the order works Verified on 4.4.0-0.nightly-2020-02-23-191320 |