Pre-provisioned 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:
dkp create cluster preprovisioned
--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.