mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-15 03:29:39 +00:00
An annotation in the pod spec of the form: podpreset.admission.kubernetes.io/exclude: "true" Will cause the admission controller to skip manipulating the pod spec, no matter the labelling. The annotation for a podpreset acting on a pod has also been slightly modified to contain a podpreset prefix: podpreset.admission.kubernetes.io/podpreset-{name} = resource version Fixes #44161