Skip to main content

wf update cluster

wf update cluster

Update a cluster's plan version

wf update cluster [flags]

Examples


# Update cluster plan from 1.28.0 to 1.28.1:
$ wf update cluster clus-name --to 1.28.1

# Update cluster plan from 1.28.0 to 1.28.1 and wait 60s for cluster to go to success:
$ wf update cluster clus-name --to 1.28.1 --wait-for-ready 60s

Options

  -h, --help                      help for cluster
--to string Plan version to update to
--wait-for-ready DURATION Wait for up to the provided time for the cluster to return to 'Success' status after the upgrade, e.g. 10m DURATION

Options inherited from parent commands

      --debug              Debug / trace logging (default: false)
--force Force operation to happen (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