Merge pull request #123548 from Songjoy/fix-code

Delete a stale code comment
This commit is contained in:
Kubernetes Prow Robot 2024-04-18 00:01:10 -07:00 committed by GitHub
commit da6be3b718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,6 @@ import (
"k8s.io/kubernetes/pkg/volume/util/operationexecutor"
)
// TODO: move to reconstruct.go and remove old code there.
// readyToUnmount returns true when reconciler can start unmounting volumes.
func (rc *reconciler) readyToUnmount() bool {
// During kubelet startup, all volumes present on disk are added as uncertain to ASW.