-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge master into jib_skaffold feature branch. #1117
Merge master into jib_skaffold feature branch. #1117
Conversation
Also fix a few comments Signed-off-by: David Gageot <david@gageot.net>
Fix #1079 Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Couple of improvements to the test phase
Implement a manual trigger for watch mode
Signed-off-by: David Gageot <david@gageot.net>
Fix #1090 Signed-off-by: David Gageot <david@gageot.net>
Fix missing parenthesis
Skaffold init asks user to write skaffold.yaml
Signed-off-by: David Gageot <david@gageot.net>
This should work for skaffold run, dev, and deploy. This is one of the features requested for integrating skaffold with IntelliJ. e.g. skaffold run --label firstlabel=one --label secondlabel=two
Add --label flag to specify custom labels for deployments
removes unnecessary StructureTestFiles field
These run every second, so its difficult to read other debug statements
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
We can’t use skaffold labels to narrow down the list of pods. Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Sync files in a sequential manner, it makes the code simpler and anyway, the typical use case will be to sync one file with one pod. Signed-off-by: David Gageot <david@gageot.net>
Kaniko improvements
Rename SkaffoldConfig to SkaffoldPipeline
Improve sync
Fixes #1112 Signed-off-by: David Gageot <david@gageot.net>
Update labels when deploying to namespace other than default
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
Codecov Report
@@ Coverage Diff @@
## jib_skaffold #1117 +/- ##
=============================================
Coverage 43.84% 43.84%
=============================================
Files 81 81
Lines 3526 3526
=============================================
Hits 1546 1546
Misses 1838 1838
Partials 142 142 Continue to review full report at Codecov.
|
@balopat I guess I can't add reviewers to this. |
alright, let's try! |
Another merge for some reason. I must have done something really weird the first time.