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

pod-scaler: add labels to Build Pods via admission #1895

Commits on Apr 23, 2021

  1. pod-scaler: add labels to Build Pods via admission

    We need labels on Pods to associate individual executions with their
    semantic category. Today, we label Builds (as that's what we create) but
    the Build subsystem does not carry those labels forward to the Pods that
    implement the Build. This patch adds a new mutating admission webhook
    server that will add the labels where necessary.
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    stevekuznetsov committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9b9d2cb View commit details
    Browse the repository at this point in the history