odo describe component
: List Routes/Ingresses deployed by odo deploy
#5990
Labels
estimated-size/XS (1-5)
Rough sizing for Epics. Less than one sprint of work for one person, but smaller than S.
kind/user-story
An issue of user-story kind
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
Milestone
/kind user-story
User Story
odo deploy
Context
Users that went through the Quickstart Guide were wondering how to access their application. For Kubernetes Ingresses, this is fine since the user knows which domain name they used; But for Openshift Routes, the URL is generated automatically; the user currently has no way to get the routes, apart from running
oc get routes
or navigating to the Openshift web console.Acceptance Criteria
Examples
Note that we can have a list of hosts for the same ingress or route. So the human-readable output could be a comma-separated list of hosts.
Example JSON output:
Notes
The Devfile might define Custom Resources (CRs) that would translate into Ingresses or Routes once deployed with
odo deploy
. From theodo
side, there is no way to know whether a CR would create Ingresses or Routes later. This is fine for now; we limit the scope of this issue to Ingresses / Routes explicitly defined in the Devfile.Links
/kind user-story
The text was updated successfully, but these errors were encountered: