Skip to content

Commit 49058ee

Browse files
committed
remove useless comments
1 parent 9d4e272 commit 49058ee

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kubelet/config/v1beta1/types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,6 @@ type KubeletConfiguration struct {
527527
// evictionMaxPodGracePeriod is the maximum allowed grace period (in seconds) to use
528528
// when terminating pods in response to a soft eviction threshold being met. This value
529529
// effectively caps the Pod's terminationGracePeriodSeconds value during soft evictions.
530-
// Note: Due to issue #64530, the behavior has a bug where this value currently just
531-
// overrides the grace period during soft eviction, which can increase the grace
532-
// period from what is set on the Pod. This bug will be fixed in a future release.
533530
// Default: 0
534531
// +optional
535532
EvictionMaxPodGracePeriod int32 `json:"evictionMaxPodGracePeriod,omitempty"`

0 commit comments

Comments
 (0)