mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
[garbage collector] fix log info
This commit is contained in:
parent
da9a4d5da9
commit
5c4ce2a626
@ -128,7 +128,7 @@ func (gc *GarbageCollector) removeFinalizer(owner *node, targetFinalizer string)
|
|||||||
newFinalizers = append(newFinalizers, f)
|
newFinalizers = append(newFinalizers, f)
|
||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
glog.V(5).Infof("the orphan finalizer is already removed from object %s", owner.identity)
|
glog.V(5).Infof("the %s finalizer is already removed from object %s", targetFinalizer, owner.identity)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
// remove the owner from dependent's OwnerReferences
|
// remove the owner from dependent's OwnerReferences
|
||||||
|
Loading…
Reference in New Issue
Block a user