Skip to content
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

Odo watch support for devfile components #2610

Closed
3 tasks
johnmcollier opened this issue Feb 14, 2020 · 2 comments
Closed
3 tasks

Odo watch support for devfile components #2610

johnmcollier opened this issue Feb 14, 2020 · 2 comments
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind

Comments

@johnmcollier
Copy link
Member

johnmcollier commented Feb 14, 2020

User Story

As a user, when I have the experimental flag set, I want to be able to run odo watch against my projects/components with devfiles so that changes are automatically detected and pushed up to the devfile component running on Docker, or my Kubernetes cluster.

Acceptance Criteria

  • Implement odo watch for devfile projects
  • It should work for both Docker and Kube
  • It should detect changes and call the proper devfile push function, based on the target (docker or kube), and when the experimental flag is enabled.

Links

/kind user-story
/area devfile
/area local

@openshift-ci-robot openshift-ci-robot added kind/user-story An issue of user-story kind area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. area/local labels Feb 14, 2020
@johnmcollier
Copy link
Member Author

johnmcollier commented Feb 14, 2020

Since odo watch currently directly calls the WatchAndPush function (which in turn calls the PushLocal), it will need to be updated to provide support for Devfile components when the experimental flag is enabled.

@girishramnani @elsony The kubernetes support for this should probably be included in sprint 180.

@johnmcollier
Copy link
Member Author

Closing as a dupe of #2609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind
Projects
None yet
Development

No branches or pull requests

2 participants