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