• Kubernetes Submit Queue's avatar
    Merge pull request #44965 from jpeeler/podpreset-exclusion-simple · 9f23149a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Allow pods to opt out of PodPreset mutation via an annotation on the pod
    
    An annotation in the pod spec of the form:
    podpreset.admission.kubernetes.io/PodPresetOptOut: "true"
    Will cause the admission controller to skip manipulating the pod spec,
    no matter the labelling.
    
    This is an alternative implementation to pull #44163.
    
    ```release-note
    Allow pods to opt out of PodPreset mutation via an annotation on the pod.
    ```
    9f23149a
Name
Last commit
Last update
..
admit Loading commit data...
alwayspullimages Loading commit data...
antiaffinity Loading commit data...
defaulttolerationseconds Loading commit data...
deny Loading commit data...
exec Loading commit data...
gc Loading commit data...
imagepolicy Loading commit data...
initialization Loading commit data...
initialresources Loading commit data...
limitranger Loading commit data...
namespace Loading commit data...
noderestriction Loading commit data...
persistentvolume/label Loading commit data...
podnodeselector Loading commit data...
podpreset Loading commit data...
podtolerationrestriction Loading commit data...
resourcequota Loading commit data...
security Loading commit data...
securitycontext/scdeny Loading commit data...
serviceaccount Loading commit data...
storageclass/setdefault Loading commit data...
webhook Loading commit data...
OWNERS Loading commit data...