Update Node Monitor Grace Period default duration to 50s

Update description

Improve flag comment

Update Test case value to be 50s by default

Update Description

Run make update

Minor description fix
This commit is contained in:
devppratik
2024-07-23 15:56:30 +05:30
parent 5420b2fe9a
commit f8bf6b97b8
7 changed files with 19 additions and 7 deletions

View File

@@ -58828,7 +58828,7 @@ func schema_k8sio_kube_controller_manager_config_v1alpha1_NodeLifecycleControlle
},
"NodeMonitorGracePeriod": {
SchemaProps: spec.SchemaProps{
Description: "nodeMontiorGracePeriod is the amount of time which we allow a running node to be unresponsive before marking it unhealthy. Must be N times more than kubelet's nodeStatusUpdateFrequency, where N means number of retries allowed for kubelet to post node status.",
Description: "nodeMontiorGracePeriod is the amount of time which we allow a running node to be unresponsive before marking it unhealthy. Must be N times more than kubelet's nodeStatusUpdateFrequency, where N means number of retries allowed for kubelet to post node status. This value should also be greater than the sum of HTTP2_PING_TIMEOUT_SECONDS and HTTP2_READ_IDLE_TIMEOUT_SECONDS.",
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Duration"),
},
},