-
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: remove the dev override of the force flag #4513
fix: remove the dev override of the force flag #4513
Conversation
529af6f
to
e7df070
Compare
Codecov Report
@@ Coverage Diff @@
## master #4513 +/- ##
==========================================
+ Coverage 72.35% 72.37% +0.01%
==========================================
Files 333 333
Lines 12959 12959
==========================================
+ Hits 9377 9379 +2
+ Misses 2984 2983 -1
+ Partials 598 597 -1
Continue to review full report at Codecov.
|
lol, nice timing @andrewhertog - I just started looking into this today while you were creating this PR and left a comment on the original issue before I saw you opened this 😆 can you go have a look at my comment and maybe tell me what you think? i'm inclined to accept this PR, but want to fully understand it first. |
I've followed up with a comment on that thread. Hope it helps. I have an integration test that is failing right now, and will look closer at it tomorrow. |
@nkubala The Integration tests failed with the following:
When I run Update: Re-ran integration tests on Travis, and it succeeded. first failure must have been a false failure. |
e7df070
to
4c9394d
Compare
thanks @andrewhertog, and everyone else who helped clarify this issue! |
Fixes: #3798
Related: Relevant tracking issues, for context
Merge before/after: Dependent or prerequisite PRs
Description
Removes the force flag override for the dev command. Usage of the force flag should be consistent in all commands, and should not default to true.
If users wish to enable the
--force
flag on deploys, it can be added in skaffold.yaml in the additional flags section that each deployment option provides.User facing changes (remove if N/A)
For users depending on the --force=true with the dev command, the following changes can be added