mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
* Reports node declared features in Node.Status.DeclaredFeatures. * Add kubelet admission handler to check pod required features and match with node declared features on pod creation. * Checks node declared features on pod updates and emits events if the node does not satisfy the pod's feature requirements. * Adds API validation for node object.