Bug 1780392
| Summary: | Serverless Service / route models clash with other models | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> | ||||||||
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 4.3.0 | CC: | aos-bugs, cvogt, jakumar, jokerman, yapei | ||||||||
| Target Milestone: | --- | Flags: | cvogt:
needinfo-
|
||||||||
| Target Release: | 4.4.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 1780835 (view as bug list) | Environment: |
Version: 4.3.0-0.nightly-2019-12-04-054458
Cluster ID: cf4140ef-20ce-4aea-a4cc-9d3410c49891
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
|
||||||||
| Last Closed: | 2020-05-04 11:18:37 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: | |||||||||||
| Bug Depends On: | 1784674 | ||||||||||
| Bug Blocks: | 1780835 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Samuel Padgett
2019-12-05 20:48:19 UTC
It's ok Sam, OpenShift Serverless Operator can't be installed successfully now and we have bug tracking. (In reply to Yadan Pei from comment #4) > It's ok Sam, OpenShift Serverless Operator can't be installed successfully > now and we have bug tracking. on which cluster are you trying? is it 4.4 ci? as there was an issue with 4.4 CI with Serverless operator 1.3 on installation https://issues.redhat.com/browse/SRVKS-382. However, I verified with Serverless operator 1.4 (latest one) has no issues with installation on 4.4 CI. if you can provide with cluster details maybe i can take a look. update: with Serverless operator 1.4 on 4.4 CI cluster, it got installed unlike version 1.3 however `DependenciesInstalled is false` i.e on
oc get knativeserving.operator.knative.dev/knative-serving -n knative-serving --template='{{range .status.conditions}}{{printf "%s=%s\n" .type .status}}{{end}}'
am getting.
```
DependenciesInstalled=False
DeploymentsAvailable=True
InstallSucceeded=True
Ready=False
```
from ui pov , user can create services/revisions but routes are unaccessible.
Thank you so much @Jaivardhan Kumar
I tried latest OpenShift Serverless Operator 1.4.0 and it succceeded
$ oc get csv -n openshift-operators
NAME DISPLAY VERSION REPLACES PHASE
serverless-operator.v1.4.0 OpenShift Serverless Operator 1.4.0 Succeeded
servicemeshoperator.v1.0.7 Red Hat OpenShift Service Mesh 1.0.7 Succeeded
$ oc get knativeserving.operator.knative.dev/knative-serving -n knative-serving --template='{{range .status.conditions}}{{printf "%s=%s\n" .type .status}}{{end}}'
DependenciesInstalled=False
DeploymentsAvailable=True
InstallSucceeded=True
Ready=False
Visit Serverless -> Services and create from default YAML, then check Serverless -> Revisions, Serverless -> Routes
All pages have 'Tech Preview' badge, resources Icons are shown in different color and no errors mentioned in the JIRA
Verified on 4.4.0-0.nightly-2020-02-12-191550
Created attachment 1662860 [details]
Serverless Service
Created attachment 1662861 [details]
Serverless Revisions
Created attachment 1662862 [details]
Serverless Routes
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |