Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Disable repair of malformed updates in apiserver
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Simon <[email protected]>
  • Loading branch information
simonswine committed Nov 22, 2018
1 parent f8e583d commit 68b50a4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ExecStart=<%= scope['kubernetes::_dest_dir'] %>/apiserver \
<% else -%>
--allow-privileged=false \
<% end -%>
<% if not @post_1_11 -%>
--repair-malformed-updates=false \
<% end -%>
<% if @_audit_enabled -%>
--audit-policy-file=<%= scope['kubernetes::apiserver::audit_policy_file'] %> \
--audit-log-path=<%= scope['kubernetes::apiserver::audit_log_path'] %> \
Expand Down

0 comments on commit 68b50a4

Please sign in to comment.