Increase api-burst and api-qps to coincide with max-pods

This PS increases the kubelet's api-burst and api-qps params to
better coincide with what the max-pods param allows.

Change-Id: I352bbd26f2657ee6c1ec64930a983f2c2dc824fc
This commit is contained in:
Dejaeger, Darren (dd118r) 2018-11-30 17:18:15 -05:00 committed by Dejaeger, Darren (dd118r)
parent 3627e4249a
commit 26dec3d4e4
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ metadata:
name: seccomp-default
path: .seccompDirPath
dest:
path: .arguments[7]
path: .arguments[9]
pattern: SECCOMP_PROFILE_ROOT
data:
arguments:
@ -30,4 +30,6 @@ data:
- --node-status-update-frequency=5s
- --max-pods=200
- --pods-per-core=10
- --kube-api-burst=40
- --kube-api-qps=20
- --seccomp-profile-root=SECCOMP_PROFILE_ROOT