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 and ownership
-h, --help help for reconciliation
-r, --reason string Reason to set when pausing (required)
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf pause - Pauses an element of the system