Skip to main content
Skip table of contents

Azure 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 azure 
    --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 Topic

Azure Custom DNS

JavaScript errors detected

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

If this problem persists, please contact our support.