From 280651abccc3670c4ad090c3c3b59c7b2ee502a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Tyczy=C5=84ski?= Date: Mon, 6 Mar 2023 11:18:12 +0100 Subject: [PATCH] Autogenerated --- pkg/generated/openapi/zz_generated.openapi.go | 8 ++++---- .../testdata/KubeletConfiguration/after/v1beta1.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index ea3f543418b..12abc6afca0 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -57366,14 +57366,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen }, "eventRecordQPS": { 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"}, Format: "int32", }, }, "eventBurst": { 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"}, Format: "int32", }, @@ -57687,14 +57687,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen }, "kubeAPIQPS": { 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"}, Format: "int32", }, }, "kubeAPIBurst": { 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"}, Format: "int32", }, diff --git a/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml b/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml index 401cc7b8eb4..c7b59e6404b 100644 --- a/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml +++ b/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml @@ -31,8 +31,8 @@ enableServer: true enableSystemLogHandler: true enforceNodeAllocatable: - pods -eventBurst: 10 -eventRecordQPS: 5 +eventBurst: 100 +eventRecordQPS: 50 evictionPressureTransitionPeriod: 5m0s failSwapOn: true fileCheckFrequency: 20s @@ -46,8 +46,8 @@ imageMinimumGCAge: 2m0s iptablesDropBit: 15 iptablesMasqueradeBit: 14 kind: KubeletConfiguration -kubeAPIBurst: 10 -kubeAPIQPS: 5 +kubeAPIBurst: 100 +kubeAPIQPS: 50 localStorageCapacityIsolation: true logging: flushFrequency: 5000000000