File: proc_changing-the-selected-preset.adoc

package info (click to toggle)
golang-github-crc-org-crc 2.34.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,548 kB
  • sloc: sh: 398; makefile: 326; javascript: 40
file content (29 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
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].