Skip to content

[enterprise-4.16] - OCPBUGS-54643 - Update docs contain typos - fix for the reported bug #92125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/microshift-updating-rpms-y.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@ 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-4.16-for-9-$(uname -m)-rpms \
--enable fast-datapath-for-9-$(uname -m)-rpms
--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
----

. 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 \
--enable rhel-9-for-x86_64-baseos-eus-rpms`
$ 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
----

. 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.
$ sudo subscription-manager release --set={op-system-version}
----

. Update the {microshift-short} RPMs by running the following command:
Expand Down