@@ -27,29 +27,29 @@ You cannot downgrade {microshift-short} with this process. Downgrades are not su
27
27
28
28
.Procedure
29
29
30
- . For all lifecycles, enable the repository for your release by running the following command:
30
+ . For all lifecycles, enable the repository for the release you want to update to by running the following command:
31
31
+
32
32
[source,terminal,subs="attributes+"]
33
33
----
34
34
$ sudo subscription-manager repos \
35
- -- enable rhocp-4.16- for-9 -$(uname -m)-rpms \
36
- -- enable fast-datapath-for-9 -$(uname -m)-rpms
35
+ -- enable rhocp-{ocp-version} - for-rhel- {op-system-version-major} -$(uname -m)-rpms \
36
+ -- enable fast-datapath-for-rhel- {op-system-version-major} -$(uname -m)-rpms
37
37
----
38
38
39
39
. For extended support (EUS) releases, also enable the EUS repositories by running the following command:
40
40
+
41
- [source,terminal]
41
+ [source,terminal,subs="attributes+" ]
42
42
----
43
- ` $ sudo subscription-manager repos \
44
- -- enable rhel-9- for-x86_64- appstream-eus-rpms \
45
- -- enable rhel-9- for-x86_64- baseos-eus-rpms`
43
+ $ sudo subscription-manager repos \
44
+ -- enable rhel-{op-system-version-major} - for-$(uname -m)- appstream-eus-rpms \
45
+ -- enable rhel-{op-system-version-major} - for-$(uname -m)- baseos-eus-rpms
46
46
----
47
47
48
48
. Avoid unintended future updates into an unsupported configuration by locking your operating system version with the following command:
49
49
+
50
- [source,terminal]
50
+ [source,terminal,subs="attributes+" ]
51
51
----
52
- $ sudo subscription-manager release -- set=9.4 command.
52
+ $ sudo subscription-manager release -- set={op-system-version}
53
53
----
54
54
55
55
. Update the {microshift-short} RPMs by running the following command:
0 commit comments