Support openshift
Devfile components (the same way as kubernetes
components)
#5704
Labels
area/devfile-spec
Issues or PRs related to the Devfile specification and how odo handles and interprets it.
pair programming
Issue that is a good candidate for pair programming
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
sprint demo
Indicates an issue for which a demo should be recorded and presented at the end of the sprint.
Milestone
/kind feature
Stumbled upon this while working on #5451
Which functionality do you think we should add?
openshift
components should have been deprecated and removed from the Devfile specification, but this is currently not the case. Soodo
should support them.Why is this needed?
At this time, running
odo deploy
with anopenshift
component does not output any error/warning messages, and does not deploy the component either, which seems quite confusing.For example, running
odo deploy
with the followingdevfile.yaml
succeeds with the following message:Your Devfile has been successfully deployed
, but nothing was actually deployed.After a discussion with @kadel:
The text was updated successfully, but these errors were encountered: