Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for priorityClassName in affinityAssistantPodTemplate #8286

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 1, 2024

  1. Add support for priorityClassName in affinityAssistantPodTemplate

    This will add the support for specifying priorityClassName
    for affinity assistant pods. It will be possible to specify
    default value of priorityClassName in defaultAffinityAssistant
    pod template. Also the priorityClassName value specified in
    pipelinerun/taskrun will overwrite the default value of
    priorityClassName and same value will be used for both
    affinity assistant pods and tasrun pods.
    
    This will help to specify same priorityClassName for
    affinity assistant pods and task run pods, so all get
    scheduled with same priority
    
    Part of tektoncd#7779
    
    /kind feature
    piyush-garg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0ddeaf5 View commit details
    Browse the repository at this point in the history