Apply the Compute Template's YAML Configuration
< summary | compute template creation workflow
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.
We recommend testing your compute template's configuration on a test cluster to ensure it provisions compute instances as expected.
Web Interface Instructions
Steps
- Click the Apply button to save the configuration details you've entered for this compute template. OR
- Copy the YAML to file e.g. "./compute-templates/my-compute-templates.yaml"
- Apply the YAML using Wayfinder's CLI using the
wf apply -f ./compute-templates/my-compute-templates.yaml
command.
Screenshot(s)