-
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
Fix 5774: Allow iterative status checks #6115
Conversation
Please visit http://35.235.78.86:1313 to view changes to the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, just a few comments
Codecov Report
@@ Coverage Diff @@
## master #6115 +/- ##
==========================================
- Coverage 70.21% 70.13% -0.08%
==========================================
Files 475 475
Lines 18142 18201 +59
==========================================
+ Hits 12739 12766 +27
- Misses 4469 4491 +22
- Partials 934 944 +10
Continue to review full report at Codecov.
|
Fixes: #5774
Related: #6044
Description
Using the
--iterative-status-check
flag, users can enforce that skaffold does astatus-check
after every individual deployer runs.User facing changes (remove if N/A)
New flag
--iterative-status-check
.