Edit

opencenter cluster drift schedule

Schedule periodic drift detection

Synopsis

Schedule periodic drift detection for a cluster.

This command sets up a background process that periodically checks for drift and reports results. Drift reports can be sent to a callback URL or logged locally.

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

opencenter cluster drift schedule [cluster] [flags]

Examples

  # Schedule drift detection for active cluster every 24 hours
  opencenter cluster drift schedule --interval=24h

  # Schedule for specific cluster every 24 hours
  opencenter cluster drift schedule my-cluster --interval=24h

  # Schedule with custom callback
  opencenter cluster drift schedule my-cluster --interval=12h --callback=https://example.com/drift

Options

      --callback string   Callback URL for drift reports
  -h, --help              help for schedule
      --interval string   Interval between drift checks (e.g., 1h, 24h, 7d) (default "24h")

SEE ALSO

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

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