diff --git a/modules/hcp-migrate-aws-single-to-multiarch.adoc b/modules/hcp-migrate-aws-single-to-multiarch.adoc index 9758c0bb4769..69767c338eb0 100644 --- a/modules/hcp-migrate-aws-single-to-multiarch.adoc +++ b/modules/hcp-migrate-aws-single-to-multiarch.adoc @@ -82,6 +82,20 @@ linux/arm64 sha256:7b046404572ac96202d82b6cb029b421dddd40e88c73bbf35f602ffc130 . Transition the hosted cluster from single-architecture to multi-architecture: +.. Set the `multiArch` flag to `true` on your hosted cluster so that the hosted cluster can create both 64-bit AMD and 64-bit ARM node pools. Run the following command: ++ +[source,terminal] +---- +$ oc patch -n clusters hostedclusters/ -p '{"spec":{"platform":{"aws":{"multiArch":true}}}}' --type=merge +---- + +.. Confirm that the `multiArch` flag is set to `true` on your hosted cluster by running the following command: ++ +[source,terminal] +---- +$ oc get hostedcluster/ -o jsonpath='{.spec.platform.aws.multiArch}' +---- + .. Set the multi-architecture {product-title} release image for the hosted cluster by ensuring that you use the same {product-title} version as the hosted cluster. Run the following command: + [source,terminal]