mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
@@ -93,7 +93,7 @@ func AddSystemPriorityClasses() genericapiserver.PostStartHookFunc {
|
|||||||
} else {
|
} else {
|
||||||
// Unable to get the priority class for reasons other than "not found".
|
// Unable to get the priority class for reasons other than "not found".
|
||||||
klog.Warningf("unable to get PriorityClass %v: %v. Retrying...", pc.Name, err)
|
klog.Warningf("unable to get PriorityClass %v: %v. Retrying...", pc.Name, err)
|
||||||
return false, err
|
return false, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user