kubernetes/plugin/pkg/scheduler/algorithm/predicates
Jan Safranek c9a60e2d2c Rephrase 'pv not found in cache' warnings.
When kubelet starts a pod that refers to non-existing PV, PVC or Node, it
should clearly show that the requested element does not exist.

Previous "PersistentVolumeClaim 'default/ceph-claim-wm' is not in cache"
looks like random kubelet hiccup, while "PersistentVolumeClaim
'default/ceph-claim-wm' not found" suggests that the object may not exist at
all and it might be an user error.

Fixes #27523
2016-06-21 14:56:11 +02:00
..
error.go Scheduler: introduce CheckNodeMemoryPressurePredicate, don't schedule pods for nodes that reports memory pressury. 2016-05-22 00:40:28 +02:00
predicates_test.go Improving error messages and naming to be clear 2016-06-13 15:23:17 -07:00
predicates.go Rephrase 'pv not found in cache' warnings. 2016-06-21 14:56:11 +02:00