Skip to main content
Skip table of contents

AWS 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 aws --cluster-name=${CLUSTER_NAME} \ 
--ami=${AWS_AMI_ID} \ 
--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

AWS Provision on the Flatcar Linux OS

If none of the customizations apply, continue to installation instructions for your environment:

JavaScript errors detected

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

If this problem persists, please contact our support.