You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.V(5).Info("PVC that is referred from the pod was created, which might make this pod schedulable", "pod", klog.KObj(pod), "PVC", klog.KObj(newPersistentVolumeClaim))
356
+
returnframework.Queue, nil
357
+
}
358
+
}
359
+
logger.V(5).Info("PVC irrelevant to the Pod was created, which doesn't make this pod schedulable", "pod", klog.KObj(pod), "PVC", klog.KObj(newPersistentVolumeClaim))
360
+
returnframework.QueueSkip, nil
361
+
}
362
+
336
363
// isSchedulableAfterPodDeleted is invoked whenever a pod deleted,
337
364
// It checks whether the deleted pod will conflict with volumes of other pods on the same node
338
365
// TODO If we observe good throughput, we will add a check for conflicts between the deleted Pod and the readWriteOncePodPVC of the current Pod.
0 commit comments