mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fixes reversed owner relation in error msg
This commit is contained in:
parent
07a5488b2a
commit
0a60d19ebd
@ -457,7 +457,7 @@ func (gc *GarbageCollector) attemptToDeleteItem(item *node) error {
|
||||
|
||||
switch {
|
||||
case len(solid) != 0:
|
||||
klog.V(2).Infof("object %#v has at least one existing owner: %#v, will not garbage collect", solid, item.identity)
|
||||
klog.V(2).Infof("object %#v has at least one existing owner: %#v, will not garbage collect", item.identity, solid)
|
||||
if len(dangling) == 0 && len(waitingForDependentsDeletion) == 0 {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user