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

Do not decommission when node is miss behaving #158

Closed

Commits on Jun 18, 2024

  1. Revert decommission on delete feature

    As there 1 hour limit with cloud provider node pool migration, that is not
    enough for some Redpanda cluster to finish decommission on delete feature
    will be removed from Redpanda operator.
    
    Reference
    
    #112
    RafalKorepta committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e8ef83d View commit details
    Browse the repository at this point in the history
  2. Do not decommission when Node has taints

    Continue with Pod finalizer handling if allowPVCDeletion flag is not enabled or when
    K8S Node does not report NoExecute taint effect with NodeUnreachable key.
    RafalKorepta committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ad31401 View commit details
    Browse the repository at this point in the history