See https://jira.coreos.com/browse/ODC-2125 The badges, colors, and abbreviations are wrong for Knative Services and Routes in console due to a clash of names with k8s Services and OpenShift Routes.
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