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

Only roll pods once for ClientsCa cert renewal #10814

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

Commits on Nov 7, 2024

  1. Only roll for cluster CA key replacement in CaReconciler

    Update CaReconciler to only roll pods when cluster CA
    key is replaced, not when clients CA key is replaced.
    
    Currently we do two rolling updates for the key replacement,
    once in CaReconciler, and once in component reconcilers, e.g.
    KafkaReconciler. This is not required for clients CA since
    is is only used for trust.
    
    Signed-off-by: Katherine Stanley <[email protected]>
    katheris committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    daee331 View commit details
    Browse the repository at this point in the history