-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support image
component and deploy
devfile command / initial odo deploy
implementation
#5109
Comments
odo deploy
implementationimage
component and deploy
devfile command / initial odo deploy
implementation
Just reacting to:
There is this example in the outer loop proposal. Maybe that'd be good for a later issue/story. |
@scottkurz It looks like this did not get into the first draft of the specification. There is no And I would say that that is a good thing. We are starting with local build and referencing secrets from cluster would be tricky, and I'm not sure that this is what would users expect. We can look into this later once we start thinking about remote (in cluster) builds. |
For the first iteration:
High level scope for Sprint 209:
|
created #5145 to capture this
While looking at #5054 I figured out that odo already supports composite commands (for example as build commands) problem is only with composite commands as run commands, this is due to the fact that odo executes run commands via supervisor, so it is a bit trickier. |
@kadel is it fair to say that we will support devfile 2.2 with this? |
yes, this was only new thing added in 2.2, so after this is implemented we can say that odo supports devfile 2.2 |
@kadel can you open an issue for Also, should we have some command to show the user a list of resources (deployed by |
@dharmit feel free to create issue for that |
implemented in #5228 |
@kadel: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind user-story
User Story
As a developer I want to be able to use devfile.yaml with outer loop support (using devfile's
image
component anddeploy
command)Acceptance Criteria
image
components and build+push the image #5145odo deploy
should trigger a default deploy command (group.kind: deploy
.) and execute all the defined steps #5151Links
odo deploy
command for initial transition from inner to outer loop #2756Implementation notes
odo deploy
should use local machine to build the imagedocker login
orpodman login
)Open questions:
odo push
doesn't collide withodo deploy
?/kind user-story
The text was updated successfully, but these errors were encountered: