Skip to content

Commit

Permalink
Tune ApiServer for larger workload (microsoft#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
yqwang-ms authored Oct 11, 2019
1 parent f3cb0f7 commit 74b9269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/k8sPaiLibrary/template/apiserver.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
- --storage-media-type
- application/json
- --anonymous-auth=true
- --max-requests-inflight=1500
- --max-mutating-requests-inflight=500
- --cors-allowed-origins
- .*
{%- if cluster_cfg['kubernetes']['qos-switch'] == "true" %}
Expand Down

0 comments on commit 74b9269

Please sign in to comment.