-
Notifications
You must be signed in to change notification settings - Fork 244
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 dev
: react to changes as soon as possible
#5867
Comments
@feloy I know we discussed this in the grooming call, but I can't recall what it would mean to "watch" for all resources. Can that be elaborated here? |
Watch means using the We are using this Watch operation in odo, for example here (https://github.com/redhat-developer/odo/blob/main/pkg/kclient/projects.go#L72) to watch for |
/close Last point ( |
@rm3l: 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
Acceptance Criteria
odo dev
is runningodo dev
is running with theno-watch
flag, it should not watch for files but still continue to watch cluster resourcesIt should wait until the container is listening on the intended port before stating the application is ready (see odo dev port forward timeouts if app is not ready #5877) => tracked in odo dev port forward timeouts if app is not ready #5877Notes
odo dev
#5634Links
odo dev
needs to handle changes indevfile.yaml
#5728/kind user-story
The text was updated successfully, but these errors were encountered: