Managing Presets
Once your cluster's node pools are set up, you can configure resource presets that will be available for you and your team during the work process. This can be done both through the CLI and in the Apolo Console.
Checking your cluster's presets
You can view your current cluster's resource presets by running apolo config show
and referring to the Resource Presets section in its output:
Modifying and adding presets
You can easily modify or add resource presets by using the apolo admin update-resource-preset
command.
For example, to change the amount of memory accessible through the existing cpu-large preset to 32GB, run:
To add a new preset, just provide its name and parameters in the apolo admin update-resource-preset
command. You can learn more about using this command here.
Deleting presets
You can delete resource presets by using the apolo admin remove-resource-preset
command. For example:
Last updated