Skip to content

Commit

Permalink
Update big-cluster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed May 22, 2018
1 parent ecff30f commit e1cc142
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions zh/practice/big-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ affinity:
topologyKey: kubernetes.io/hostname
```
## Kube-apiserver 配置
- 设置 `--max-requests-inflight=3000`
- 设置 `--max-mutating-requests-inflight=1000`

## Kube-scheduler 配置

- 设置 `--kube-api-qps=100`

## Kube-controller-manager 配置

- 设置 `--kube-api-qps=100`
- 设置 `--kube-api-burst=100`

## Kubelet 配置

* 设置 `--image-pull-progress-deadline=30m`
Expand Down

0 comments on commit e1cc142

Please sign in to comment.