1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
= Changing the selected preset
[role="_abstract"]
You can change the container runtime used for the {prod} instance by selecting the desired preset.
You can change the selected preset using the command line interface.
[IMPORTANT]
====
You cannot change the preset of an existing {prod} instance.
Preset changes are only applied when a {prod} instance is created.
To enable preset changes, you must delete the existing instance and start a new one.
====
.Procedure
* Change the selected preset from the command line:
+
[subs="+quotes,attributes"]
----
$ {bin} config set preset __<name>__
----
+
Valid preset names are:
+
include::example$snip_{project-context}_preset_names.adoc[]
[role="_additional-resources"]
.Additional resources
* For more information about the minimum system requirements for each preset, see link:{crc-gsg-url}#minimum-system-requirements_gsg[Minimum system requirements].
|