Skip to main content

wf init clusterplan

wf init clusterplan

Initialise a cluster plan

wf init clusterplan [flags]

Examples


# Generate a template cluster plan manifest using interactive mode
$ wf init clusterplan [NAME]

# Generate a template cluster plan manifest
$ wf init clusterplan [NAME] --cloud [CLOUD] --network-plan [NETWORK PLAN NAME] --kubernetes-version [VERSION]

# Generate a template cluster plan manifest and output it to a file
$ wf init clusterplan [NAME] --cloud [CLOUD] --network-plan [NETWORK PLAN NAME] --kubernetes-version [VERSION] --out [FILE PATH]

Options

  -c, --cloud string                Cloud this cluster plan is for: aws, azure, gcp
-h, --help help for clusterplan
--kubernetes-version string Version of kubernetes this cluster plan uses
--network-plan string Network plan this cluster plan uses
--non-interactive Will fail instead of prompting if user interaction required
-O, --out string File to write the YAML of the cluster plan to (default: output to standard out)

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

  • wf init - Use wf init to create skeleton YAML structures for Wayfinder resources