Apply the Cluster Plan's YAML Configuration
< summary | cluster plan creation workflow
Check that the cluster plan's configuration is valid and that it provisions a cluster as intended. You have the option to either apply the YAML directly using Wayfinder, download the YAML and apply it using Wayfinder's CLI, or commit the YAML to your CI pipeline.
Web Interface Instructions
Steps
- Click the Apply button to save the configuration details you've entered for this cluster plan. OR
- Copy the YAML to file e.g. "./cluster-plan/my-cluster-plan.yaml"
- Apply the YAML using Wayfinder's CLI using the
wf apply -f ./cluster-plan/my-cluster-plan.yaml
command.
Screenshot(s)
AWS YAML Example
Azure YAML Example
GCP YAML Example