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.
[kind/bug]
What versions of software are you using?
odo version: odo v0.0.16 (82968cb)How did you run odo exactly?
Running odo from the binary.
Actual behavior
If I do
odo linkon the component and pass the same component name in the --component parameter, it works.e.g. odo link nodejs --component nodejs
Expected behavior
We should handle this condition and make sure that self linking of the component is not allowed or a warning is shown.