Autogenerated

This commit is contained in:
Wojciech Tyczyński 2023-03-06 11:18:12 +01:00
parent 760acbbbe3
commit 280651abcc
2 changed files with 8 additions and 8 deletions

View File

@ -57366,14 +57366,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
}, },
"eventRecordQPS": { "eventRecordQPS": {
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
Description: "eventRecordQPS is the maximum event creations per second. If 0, there is no limit enforced. The value cannot be a negative number. Default: 5", Description: "eventRecordQPS is the maximum event creations per second. If 0, there is no limit enforced. The value cannot be a negative number. Default: 50",
Type: []string{"integer"}, Type: []string{"integer"},
Format: "int32", Format: "int32",
}, },
}, },
"eventBurst": { "eventBurst": {
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
Description: "eventBurst is the maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding eventRecordQPS. This field canot be a negative number and it is only used when eventRecordQPS > 0. Default: 10", Description: "eventBurst is the maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding eventRecordQPS. This field canot be a negative number and it is only used when eventRecordQPS > 0. Default: 100",
Type: []string{"integer"}, Type: []string{"integer"},
Format: "int32", Format: "int32",
}, },
@ -57687,14 +57687,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
}, },
"kubeAPIQPS": { "kubeAPIQPS": {
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
Description: "kubeAPIQPS is the QPS to use while talking with kubernetes apiserver. Default: 5", Description: "kubeAPIQPS is the QPS to use while talking with kubernetes apiserver. Default: 50",
Type: []string{"integer"}, Type: []string{"integer"},
Format: "int32", Format: "int32",
}, },
}, },
"kubeAPIBurst": { "kubeAPIBurst": {
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
Description: "kubeAPIBurst is the burst to allow while talking with kubernetes API server. This field cannot be a negative number. Default: 10", Description: "kubeAPIBurst is the burst to allow while talking with kubernetes API server. This field cannot be a negative number. Default: 100",
Type: []string{"integer"}, Type: []string{"integer"},
Format: "int32", Format: "int32",
}, },

View File

@ -31,8 +31,8 @@ enableServer: true
enableSystemLogHandler: true enableSystemLogHandler: true
enforceNodeAllocatable: enforceNodeAllocatable:
- pods - pods
eventBurst: 10 eventBurst: 100
eventRecordQPS: 5 eventRecordQPS: 50
evictionPressureTransitionPeriod: 5m0s evictionPressureTransitionPeriod: 5m0s
failSwapOn: true failSwapOn: true
fileCheckFrequency: 20s fileCheckFrequency: 20s
@ -46,8 +46,8 @@ imageMinimumGCAge: 2m0s
iptablesDropBit: 15 iptablesDropBit: 15
iptablesMasqueradeBit: 14 iptablesMasqueradeBit: 14
kind: KubeletConfiguration kind: KubeletConfiguration
kubeAPIBurst: 10 kubeAPIBurst: 100
kubeAPIQPS: 5 kubeAPIQPS: 50
localStorageCapacityIsolation: true localStorageCapacityIsolation: true
logging: logging:
flushFrequency: 5000000000 flushFrequency: 5000000000