mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
10 lines
902 B
Plaintext
10 lines
902 B
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.
|
|
|
|
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
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.
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|