Skip to main content

wf pause reconciliation

wf pause reconciliation

Pauses Wayfinder's reconciliation of a resource, preventing any changes by Wayfinder to the infrastructure or configuration associated with a resource

Synopsis

Pauses Wayfinder's reconciliation process for a resource. This will prevent Wayfinder from:

  • Making changes to the associated cloud infrastructure for this resource
  • Updating the status of this resource
  • Reconciling 'downstream' resources of this resource (for example, if you pause a cluster, its node pools will also be implicitly paused).
wf pause reconciliation [flags]

Examples


# Pause reconciliation of cluster 'bob' in workspace 'wsp1' with a reason of 'Making changes':
$ wf pause reconciliation -w wsp1 cluster bob --reason "Making changes"

# Resume reconciliation of cluster 'bob' in workspace 'wsp1':
$ wf resume reconciliation -w wsp1 cluster bob

Options

      --force           Overrides read-only (ignored unless you are a Wayfinder admin)
-h, --help help for reconciliation
-r, --reason string Reason to set when pausing (required)

Options inherited from parent commands

      --debug              Indicates we should use debug / trace logging (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within

SEE ALSO

  • wf pause - Pauses an element of the system