mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-21 08:56:46 -05:00
If someone gains the ability to create static pods, they might try to use that
ability to run code which gets access to the resources associated with some
existing claim which was previously allocated for some other pod. Such an
attempt already fails because the claim status tracks which pods are allowed to
use the claim, the static pod is not in that list, the node is not authorized
to add it, and the kubelet checks that list before starting the pod in
|
||
|---|---|---|
| .. | ||
| admission | ||
| auth | ||