Skip to content

Commit e5c2c2e

Browse files
committed
[release-3.3] edited image width from 100% to 85% for 2 images (suse-edge#852) (suse-edge#923)
* edited image width from 100% to 85% for 2 images based on the feedback from translators Signed-off-by: Ranjini M N <[email protected]> * fixed the croiss reference issue - DOCTEAM-1969 Signed-off-by: Ranjini M N <[email protected]> --------- Signed-off-by: Ranjini M N <[email protected]>
1 parent 28e69d0 commit e5c2c2e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

asciidoc/product/atip-management-cluster.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,30 @@ metal3-ironic:
843843
ironic:
844844
size: "5Gi"
845845
----
846+
[#arm64-mgmt-cluster]
847+
.Deploy arm64 downstream cluster
848+
In case you want to deploy arm64 downstream clusters using this x86_64 management cluster, you need to add the following `deployArchitecture: arm64` to the `global` section of the `metal3.yaml` file:
849+
+
850+
[,yaml]
851+
----
852+
global:
853+
ironicIP: ${METAL3_VIP}
854+
enable_vmedia_tls: false
855+
additionalTrustedCAs: false
856+
deployArchitecture: arm64
857+
metal3-ironic:
858+
global:
859+
predictableNicNames: "true"
860+
persistence:
861+
ironic:
862+
size: "5Gi"
863+
----
864+
865+
[NOTE]
866+
====
867+
In the current version, a limitation exists regarding the use of `deployArchitecture: arm64`. Specifically, if you enable the deployment of downstream arm64 clusters using this directive, the management cluster will subsequently only be able to deploy this architecture.
868+
To deploy clusters on both architectures (x86_64 and arm64), you will need to provision two separate management clusters. This limitation will be removed in a future version.
869+
====
846870

847871
[#metal3-media-server]
848872
[NOTE]

asciidoc/quickstart/elemental.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ helm install -n cattle-elemental-system \
124124

125125
. To use the Elemental UI, log in to your Rancher instance, click the three-dot menu in the upper left:
126126
+
127-
image::installing-elemental-extension-1.png[Installing Elemental extension1]
127+
image::installing-elemental-extension-1.png[Installing Elemental extension 1,scaledwidth=85%]
128128
+
129129
. From the "Available" tab on this page, click "Install" on the Elemental card:
130130
+
131-
image::installing-elemental-extension-2.png[Installing Elemental extension 2]
131+
image::installing-elemental-extension-2.png[Installing Elemental extension 2,scaledwidth=85%]
132132
+
133133
. Confirm that you want to install the extension:
134134
+

0 commit comments

Comments
 (0)