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

[Backport release-1.30] Remove minReadySeconds from kube-router DaemonSet #4977

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Remove minReadySeconds from kube-router DaemonSet

    The minReadySeconds are a thing for StatefulSets. For
    DaemonSets there's no such field at all. Simply remove it as
    it has no effect, despite producing logs like 'unknown field
    "spec.template.spec.minReadySeconds"'.
    
    Fixes: 65fcf39 ("Add readinessProbe/minReadySeconds to kube-router")
    Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
    (cherry picked from commit c00fd0d)
    twz123 authored and github-actions[bot] committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    779fd83 View commit details
    Browse the repository at this point in the history