OSDOCS-19006: Add Azure procedure for migrating x86 control plane to arm64#112154
Closed
bshaw7 wants to merge 10000 commits into
Closed
OSDOCS-19006: Add Azure procedure for migrating x86 control plane to arm64#112154bshaw7 wants to merge 10000 commits into
bshaw7 wants to merge 10000 commits into
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OSDOCS-19006
Adds documentation for migrating the control plane from x86 to arm64 architecture on Microsoft Azure, following the same pattern as the existing AWS and GCP procedures.
Unlike AWS (which has pre-published ARM AMIs), Azure requires manually creating a shared image gallery image from the arm64 RHCOS VHD before updating the control plane machine set.
Parent feature: OCPSTRAT-3088 — Azure Control Plane migration from X86 to ARM
Changes
modules/migrating-from-x86-to-arm-cp-azure.adoc— step-by-step procedure for Azureupdating/updating_a_cluster/migrating-to-multi-payload.adoc— added include and additional resources for AzureProcedure steps (Azure-specific)
coreos-bootimagesconfigmapTesting
Procedure verified on OCP 4.20.19 IPI cluster in eastus region (SUPPORTEX-30140).
Related