-
Notifications
You must be signed in to change notification settings - Fork 519
fix: remove repair-malformed-updates deprecated flag #492
Conversation
@@ -436,7 +436,6 @@ Below is a list of apiserver options that are _not_ currently user-configurable, | |||
| "--etcd-keyfile" | "/etc/kubernetes/certs/etcdclient.key" | | |||
| "--etcd-servers" | _calculated value that represents etcd servers_ | | |||
| "--profiling" | "false" | | |||
| "--repair-malformed-updates" | "false" | |
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.
I understand that this is removed for k8s 1.14. Does the removal of this have consequences for other k8s clusters?
Codecov Report
@@ Coverage Diff @@
## master #492 +/- ##
==========================================
+ Coverage 54.35% 54.36% +<.01%
==========================================
Files 96 96
Lines 14552 14555 +3
==========================================
+ Hits 7910 7913 +3
Misses 5969 5969
Partials 673 673 |
cc @adelina-t this could be breaking Windows test passes too |
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.
lgtm
Thanks for the fix. |
docs/topics/clusterdefinitions.md
Outdated
@@ -436,7 +436,7 @@ Below is a list of apiserver options that are _not_ currently user-configurable, | |||
| "--etcd-keyfile" | "/etc/kubernetes/certs/etcdclient.key" | | |||
| "--etcd-servers" | _calculated value that represents etcd servers_ | | |||
| "--profiling" | "false" | | |||
| "--repair-malformed-updates" | "false" | | |||
| "--repair-malformed-updates" | "false" (_removed in v1.14_) | |
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.
s/removed/deprecated
@ritazh Add this test to
|
418368b
to
cc5c4ea
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, ritazh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reason for Change:
Remove
repair-malformed-updates
deprecated flagIssue Fixed:
Fixes #490
Requirements:
Notes: