Skip to content

Commit f75251a

Browse files
committed
OSDOCS#13424: Added a recommendation to use MTO on managed offerings (ROSA, ROSA with HCP, OpenShift Dedicated)
1 parent 9603bd3 commit f75251a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/multi-architecture-scheduling.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
When you deploy workloads on a cluster with compute nodes that use different architectures, you must align pod architecture with the architecture of the underlying node. Your workload may also require additional configuration to particular resources depending on the underlying node architecture.
66

7-
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
87
You can use the Multiarch Tuning Operator to enable architecture-aware scheduling of workloads on clusters with multi-architecture compute machines. The Multiarch Tuning Operator implements additional scheduler predicates in the pods specifications based on the architectures that the pods can support at creation time.
9-
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
8+
9+
ifndef::openshift-enterprise[]
10+
For information about the Multiarch Tuning Operator, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/postinstallation_configuration/configuring-multi-architecture-compute-machines-on-an-openshift-cluster#multiarch-tuning-operator[Managing workloads on multi-architecture clusters by using the Multiarch Tuning Operator].
11+
endif::openshift-enterprise[]

0 commit comments

Comments
 (0)