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

Watch mode 4th edition #833

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jul 19, 2018

Here's yet another rewrite of the watch code!

  • Shorter code
  • Can detect new deployment files
  • Won’t stat the files that are not used by the artifacts (.dockerignored for eg.)

Should fix #729 and #620

Signed-off-by: David Gageot david@gageot.net

@r2d4
Copy link
Contributor

r2d4 commented Jul 23, 2018

Some weird behavior I encountered

  • logs are no longer muted during build and deploy
  • skaffold dev fails on microservices example (but skaffold run succeeds)

@dgageot dgageot force-pushed the watch branch 4 times, most recently from a7efdea to 08f79b9 Compare July 25, 2018 22:05
@dgageot
Copy link
Contributor Author

dgageot commented Jul 25, 2018

@r2d4 I'm going to fix the code for the microservices example

@dgageot
Copy link
Contributor Author

dgageot commented Jul 25, 2018

I'm waiting to #854 to be merged to rebase this code on top and fix the issue with the microservices example

+ Shorter code
+ Can detect new deployment files
+ Won’t stat the files that are not used by the artifacts

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot merged commit a011cbe into GoogleContainerTools:master Aug 6, 2018
@dgageot
Copy link
Contributor Author

dgageot commented Aug 6, 2018

\o/ Thanks for the review @r2d4

@dgageot dgageot deleted the watch branch December 28, 2018 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New files in kubectl.manifests dir are not discovered until an existing file is modified
2 participants