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

Explicitly target a deployment or a statefulset #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Explicitly target a deployment or a statefulset #18

wants to merge 1 commit into from

Commits on Jan 30, 2019

  1. Explicitly target a deployment or a statefulset

    The most common source of invalid PDBs is the users creating a
    deployment or a statefulset and a cronjob with the same application and
    then simply using an application=foo selector. We can add a quick
    workaround that will explicitly target pods belonging to a deployment or
    a statefulset to avoid this situation.
    
    Signed-off-by: Alexey Ermakov <[email protected]>
    aermakov-zalando committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    527ce9f View commit details
    Browse the repository at this point in the history