mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
11 lines
1.2 KiB
Plaintext
11 lines
1.2 KiB
Plaintext
:_mod-docs-content-type: CONCEPT
|
|
[id="multi-architecture-scheduling_{context}"]
|
|
= Scheduling workloads on clusters with multi-architecture compute machines
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
ifndef::openshift-enterprise[]
|
|
For information about the Multiarch Tuning Operator, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/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].
|
|
endif::openshift-enterprise[] |