-
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
Container initiailization support #2936
Comments
/status blocked |
After discussing potential solutions (with @johnmcollier, @elsony, @EnriqueL8) we came to an agreement for the time being on how each of the lifecycle bindings could be used and what would trigger them. Proposed event timeline:
There are still some unanswered questions regarding differentiating commands between multiple projects within the same devfile, and the applicability of lifecycle bindings because of their intended functionalities being Workspace specific in Che. |
/assign |
I'm afraid that it might be too early to start implementing this. Like is |
I thought this issue was only for migrating the container initialisation step ( We should still have clarity on how we handle failures though. |
+1 for having the complete design before implementing. We can stage in the implementation but the complete design should be before staging in the implementation. |
Is this really blocked? It has the blocked label. |
No, I believe it was initially blocked by the Devfile v2 Parser. |
Removing the block since we have the v2 parser already. |
FYI there is a dup issue here for the remaining #3569 |
@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 stack creator, I want to initialize my the container that I defined in the devfile 2.0.
Devfile 2.0 providers ability to execute commands based on lifecycle events.
Acceptance Criteria
It should follow the specification as defined in Add lifecycle bindings to bind commands to specific events devfile/api#32 to support execution of the commands based on the events.
preStart
according to lifecycle_events.mdpostStart
according to lifecycle_events.md - done in Implement support for postStart lifecycle events #3533preStop
according to lifecycle_events.mdpostStop
according to lifecycle_events.mdIt should replace the existing
devInit
command mechanism based on the devfile 1.0 specification.Links
/kind user-story
/area devfile
The text was updated successfully, but these errors were encountered: