Skip to content

Watch mode 4th edition#833

Merged
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:watch
Aug 6, 2018
Merged

Watch mode 4th edition#833
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:watch

Conversation

@dgageot
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

dgageot commented Jul 25, 2018

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

@dgageot
Copy link
Copy Markdown
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
Copy Markdown
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