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
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
As a developer working with odo, I want to be able to easily share link connections to a service or to another odo component, with my team so they can start application with the service in the same way as me.
odo link should work when linking to an Operator backed service that’s not pushed yet. But it shouldn’t work when trying to link to another component that’s not pushed yet.
odo describe should list all links for the current component together with the status. The status will be similar to URL statuses as the link can be present locally but missing on the cluster, or present on the cluster and missing locally, or present in both places. (Add linked component/service information in odo describe for devfile component and operator services #3734). Also the JSON output (odo describe -o json) for this.
/kind user-story
User Story
As a developer working with odo, I want to be able to easily share link connections to a service or to another odo component, with my team so they can start application with the service in the same way as me.
Acceptance Criteria
odo linkshould store link description in devfile. For example, if ServiceBindingOperator is usedServiceBindingCR will be stored in devfile askubernetescomponent (odo linkandodo unlinkwrite to devfile without deploying to cluster #4819).odo unlinkshould remove appropriatekubernetescomponent from devfile (deletion from the cluster will happen duringodo push) (odo linkandodo unlinkwrite to devfile without deploying to cluster #4819)odo linkshould work when linking to an Operator backed service that’s not pushed yet. But it shouldn’t work when trying to link to another component that’s not pushed yet.odo describeshould list all links for the current component together with the status. The status will be similar to URL statuses as the link can be present locally but missing on the cluster, or present on the cluster and missing locally, or present in both places. (Add linked component/service information in odo describe for devfile component and operator services #3734). Also the JSON output (odo describe -o json) for this.Links
/kind user-story