Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion machine_configuration/mco-update-boot-images-manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ include::modules/mco-update-boot-images-nutanix.adoc[leveloffset=+1]

include::modules/mco-update-boot-images-openstack.adoc[leveloffset=+1]

include::modules/mco-update-boot-images-plat-none.adoc[leveloffset=+1]

[role="_additional-resources"]
[id="additional-resources_{context}"]
== Additional resources
* xref:../machine_configuration/mco-update-boot-images.adoc#mco-update-boot-images[Boot image management]
* xref:../installing/installing_aws/ipi/ipi-aws-preparing-to-install.adoc#installation-obtaining-installer_ipi-aws-preparing-to-install[Obtaining the installation program]
* xref:../machine_management/user_infra/adding-bare-metal-compute-user-infra.adoc#adding-bare-metal-compute-user-infra[Adding compute machines to bare metal]
* xref:../machine_management/user_infra/adding-compute-user-infra-general.adoc#adding-compute-user-infra-general[Adding compute machines to clusters with user-provisioned infrastructure manually]


41 changes: 41 additions & 0 deletions modules/mco-update-boot-images-plat-none.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
// Module included in the following assemblies:
//
// * machine_configuration/mco-update-boot-images-manual.adoc

:_mod-docs-content-type: REFERENCE
[id="mco-update-boot-images-plat-none_{context}"]
= Manually updating the boot image on a platform none or external cluster

[role="_abstract"]
For `platform: None` and `platform: External` clusters, you can manually update the boot image for your cluster by configuring your machine sets to use the latest {product-title} image as the boot image to help ensure any new nodes can scale up properly.

For these clusters, {product-title} does not manage node provisioning or {op-system-first} boot images. These clusters do not use Machine API machine sets.

[NOTE]
====
The standard boot image management feature is not supported for `platform: None` or `platform: External` clusters.
====

The method for updating boot images depends on how nodes are added to your cluster as a day-2 operation.

[cols="1,1",options="header"]
|===
| Method | Description
| User-provisioned infrastructure clusters | Nodes are provisioned manually by a user-managed infrastructure.
| {rh-rhacm-first}-managed clusters | Nodes are added by using a discovery ISO managed by an `InfraEnv` object on the hub cluster.
| External provider clusters | Nodes are provisioned by using provider-specific tooling with a user-uploaded {op-system} image.
|===

User-provisioned infrastructure::
For user-provisioned infrastructure clusters, you manage boot images as part of your infrastructure. To update the boot image, download the latest {op-system} image for your architecture from link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/[mirror.openshift.com] and update your infrastructure to serve the new image.
+
For the full procedure, see the section for your platform in "Adding compute machines to clusters with user-provisioned infrastructure manually".

{rh-rhacm}-managed clusters::
For clusters managed by {rh-rhacm}, the boot image used to generate the discovery ISO image is controlled by the `Spec.OSImageVersion` parameter in the `InfraEnv` object on the hub cluster. After an {product-title} upgrade, you need to update the existing `InfraEnv` object to add or update `spec.osImageVersion` field, specifying the {product-title} version of the new boot image.


External provider clusters::
For clusters managed by an external infrastructure provider, such as Oracle Cloud Infrastructure (OCI), you must upload the new boot image to the provider's image store and update your node provisioning configuration to reference the new image when creating new nodes. The exact steps are provider-specific.

If boot image skew enforcement in your cluster is set to the manual mode, after updating the boot image, update the version of the new boot image in the `MachineConfiguration` object as described in "Updating the boot image skew enforcement version".