You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out odo with OpenShift crc. I'm trying to create a service and it's not clear what I should do to make it work.
$ odo catalog list services
✗ unable to list services because Service Catalog is not enabled in your cluster: unable to get cluster serviceClassExternalName: unable to get cluster service classes: unable to list cluster service classes: the server could not find the requested resource (get clusterserviceclasses.servicecatalog.k8s.io)
$ odo service create postgresql
✗ unable to search classes by name (the server could not find the requested resource (get clusterserviceclasses.servicecatalog.k8s.io))
[kind/Documentation]
I'm trying out
odowith OpenShift crc. I'm trying to create a service and it's not clear what I should do to make it work.