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