Adds the allocatable resources property under the nodes key, which gives a more clear idea of the actual resource availability in the target cluster. With this information we can answer things like: what else could I schedule in these nodes or why is this node this saturated if only these tiny workloads are running there (potential attack where someone is running containers that were scheduled out of band).
Summary
Adds the
allocatable
resources property under thenodes
key, which gives a more clear idea of the actual resource availability in the target cluster. With this information we can answer things like: what else could I schedule in these nodes or why is this node this saturated if only these tiny workloads are running there (potential attack where someone is running containers that were scheduled out of band).Discussed here