mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OCPBUGS-54643 - Update docs contain typos - fix for the reported bug
Signed-off-by: Vladislav Walek <22072258+vwalek@users.noreply.github.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
09789e6a96
commit
ce42c108fb
@@ -24,35 +24,30 @@ You cannot downgrade {microshift-short} with this process. Downgrades are not su
|
||||
|
||||
.Procedure
|
||||
|
||||
. For all lifecycles, enable the repository for your release by running the following command:
|
||||
. For all lifecycles, enable the repository for the release you want to update to by running the following command:
|
||||
+
|
||||
[source,terminal,subs="attributes+"]
|
||||
----
|
||||
$ sudo subscription-manager repos \
|
||||
--enable rhocp-<x.y>-for-<9>-$(uname -m)-rpms \ # <1>
|
||||
--enable fast-datapath-for-<9>-$(uname -m)-rpms # <2>
|
||||
--enable rhocp-{ocp-version}-for-rhel-{op-system-version-major}-$(uname -m)-rpms \
|
||||
--enable fast-datapath-for-rhel-{op-system-version-major}-$(uname -m)-rpms
|
||||
----
|
||||
<1> Replace _<x.y>_ and _<9>_ with the compatible versions of your {microshift-short} and {op-system-base-full}.
|
||||
<2> Replace _<9>_ with the compatible version of {op-system-base}.
|
||||
|
||||
. For extended support (EUS) releases, also enable the EUS repositories by running the following command:
|
||||
+
|
||||
[source,terminal]
|
||||
[source,terminal,subs="attributes+"]
|
||||
----
|
||||
`$ sudo subscription-manager repos \
|
||||
--enable rhel-<9>-for-x86_64-appstream-eus-rpms \ # <1>
|
||||
--enable rhel-<9>-for-x86_64-baseos-eus-rpms` # <2>
|
||||
$ sudo subscription-manager repos \
|
||||
--enable rhel-{op-system-version-major}-for-$(uname -m)-appstream-eus-rpms \
|
||||
--enable rhel-{op-system-version-major}-for-$(uname -m)-baseos-eus-rpms
|
||||
----
|
||||
<1> Replace _<9>_ with the compatible major version number of {op-system-base}.
|
||||
<2> Replace _<9>_ with the compatible major version number of {op-system-base}.
|
||||
|
||||
. Avoid unintended future updates into an unsupported configuration by locking your operating system version with the following command:
|
||||
+
|
||||
[source,terminal]
|
||||
[source,terminal,subs="attributes+"]
|
||||
----
|
||||
$ sudo subscription-manager release --set=<9.4> command. # <1>
|
||||
$ sudo subscription-manager release --set={op-system-version}
|
||||
----
|
||||
<1> Replace _<9.4>_ with the major and minor version of your compatible {op-system-base} system.
|
||||
|
||||
. Update the {microshift-short} RPMs by running the following command:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user