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

Remove Cluster and Pod finalizers #160

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Remove Cluster and Pod finalizers

    Previous usage of finalizer handlers was unreliable in the case of
    flipping Kubernetes Nodes ready status. Local SSD disks that could be
    attached to Redpanda Pod prevents rescheduling as the Persistent Volume
    affinity bounds Pod to only one Node. In case of Kubernetes Node coming
    back to live Cluster controller could already delete Redpanda data (PVC
    deletion and Redpanda decommissioning). If particular Redpanda Node would
    host single replica partition, then it would be a data lost.
    
    If the majority of Redpanda process would run in unstable Kubernetes
    Nodes, then Redpanda operator could break whole cluster by losing Raft
    quorum.
    
    Reference
    
    #112
    redpanda-data/redpanda#6942
    RafalKorepta committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2cc7747 View commit details
    Browse the repository at this point in the history