Skip to main content
Skip table of contents

vSphere Output Directory YAML

You can create individual files with different smaller manifests for ease in editing using the --output-directory flag used with --output=json|yaml. You create the directory of where to output resources to files.

Using this flag will create multiple files in the specified directory which must already exist:

CODE
dkp create cluster vsphere 
    --cluster-name=${CLUSTER_NAME} \ 
    --dry-run \ 
    --output=yaml \ 
    --output-directory=<existing-directory>

For more information regarding this flag or others, please refer to the CLI section of the documentation for the dkp create cluster command and select your provider.

Next Step

If none of these custom choices apply, proceed to either section:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.