From 536faf8bc466af334131ba5bf7e1d70e2e544add Mon Sep 17 00:00:00 2001 From: HirazawaUi <695097494plus@gmail.com> Date: Sun, 28 Jan 2024 21:58:34 +0800 Subject: [PATCH] remove useless comments Kubernetes-commit: 49058ee799bb0fb6f72461576257a5d108300359 --- config/v1beta1/types.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/v1beta1/types.go b/config/v1beta1/types.go index 1f7bbc9..8c7ad4e 100644 --- a/config/v1beta1/types.go +++ b/config/v1beta1/types.go @@ -527,9 +527,6 @@ type KubeletConfiguration struct { // evictionMaxPodGracePeriod is the maximum allowed grace period (in seconds) to use // when terminating pods in response to a soft eviction threshold being met. This value // effectively caps the Pod's terminationGracePeriodSeconds value during soft evictions. - // Note: Due to issue #64530, the behavior has a bug where this value currently just - // overrides the grace period during soft eviction, which can increase the grace - // period from what is set on the Pod. This bug will be fixed in a future release. // Default: 0 // +optional EvictionMaxPodGracePeriod int32 `json:"evictionMaxPodGracePeriod,omitempty"`