Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

vault-operator erroneously "updates" (kills) active node if it can't be reached/is unhealthy #344

@cpick

Description

@cpick

If Vaults.updateLocalVaultCRStatus() can't query a node or determine that it's healthy, Vaults.syncUpgrade() will:

  1. Assume an update is in progress.
  2. Erroneously determine that the active node is the only non-updated node.
  3. Kill it to "complete" the update.

This causes disruption while a standby node takes over and (in installations without auto-unsealing) reduces resiliency by eliminating one of the unsealed, standby nodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions