Edit

opencenter cluster drift reconcile

Reconcile detected infrastructure drift

Synopsis

Reconcile differences between desired configuration and actual infrastructure state.

This command first detects drift, then applies changes to bring the actual infrastructure state back in line with the desired configuration. Only reconcilable drift can be fixed automatically. Non-reconcilable drift (e.g., deleted resources, manual resource creation) requires manual intervention.

Use --dry-run to see what changes would be made without applying them.

If no cluster name is provided, uses the currently active cluster.

opencenter cluster drift reconcile [cluster] [flags]

Examples

  # Reconcile drift for active cluster
  opencenter cluster drift reconcile

  # Show what would be reconciled (dry-run)
  opencenter cluster drift reconcile my-cluster --dry-run

  # Apply reconciliation
  opencenter cluster drift reconcile my-cluster

  # Reconcile with confirmation prompt
  opencenter cluster drift reconcile my-cluster --confirm

Options

      --confirm      Prompt for confirmation before applying changes
      --dry-run      Show what would be changed without applying
  -h, --help         help for reconcile
      --to-cluster   Reconcile infrastructure to match the current config (default)
      --to-config    Promote approved live cluster state back into config

SEE ALSO

  • opencenter_cluster_drift.md[opencenter cluster drift] - Detect and reconcile infrastructure drift

Auto generated by spf13/cobra on 28-Apr-2026