Edit

opencenter cluster drift

Detect and reconcile infrastructure drift

Synopsis

Detect and reconcile differences between desired configuration and actual infrastructure state.

Drift detection compares the cluster configuration with the actual state of cloud resources (VMs, networks, security groups, load balancers) and reports any differences. Drift can be classified by severity (critical, warning, info) and reconcilability.

opencenter cluster drift [flags]

Examples

  # Detect drift for a cluster
  opencenter cluster drift detect my-cluster

  # Reconcile detected drift (dry-run)
  opencenter cluster drift reconcile my-cluster --dry-run

  # Reconcile detected drift (apply changes)
  opencenter cluster drift reconcile my-cluster

  # Schedule periodic drift detection
  opencenter cluster drift schedule my-cluster --interval=24h

Options

  -h, --help   help for drift

SEE ALSO

  • opencenter_cluster.md[opencenter cluster] - Manage cluster configurations

  • opencenter_cluster_drift_detect.md[opencenter cluster drift detect] - Detect infrastructure drift for a cluster

  • opencenter_cluster_drift_reconcile.md[opencenter cluster drift reconcile] - Reconcile detected infrastructure drift

  • opencenter_cluster_drift_schedule.md[opencenter cluster drift schedule] - Schedule periodic drift detection

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