Closed
Description
/kind bug
In this page (point 4.) , it is specified that the Kubernetes components that are not associated to an Apply command will be applied at startup.
On odo implementation, that means that these non-associated Kubernetes components will be applied when running odo push
.
On the other hand, during odo deploy
, the Kubernetes components applied will be the ones explicitely associated with the deploy
command.
This difference of selection of Kubernetes components for the commands odo push
(indirect/implicit selection) and odo deploy
(direct/explicit selection) can be confusing for user and difficult to reason about.
Which area this bug is related to?
/area api
/area library