Skip to content

Commit de765ec

Browse files
committed
kubelet: add setting for configuring kubeAPIBurst
pass kube-api-burst argument to kubelet
1 parent 57c26ec commit de765ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/models/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ struct KubernetesSettings {
144144
event_qps: i32,
145145
event_burst: i32,
146146
kube_api_qps: i32,
147+
kube_api_burst: i32,
147148

148149
// Settings where we generate a value based on the runtime environment. The user can specify a
149150
// value to override the generated one, but typically would not.

0 commit comments

Comments
 (0)