mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
// Module included in the following assembly
|
|
//
|
|
//post_installation_configuration/configuring-multi-arch-compute-machines/multi-architecture-compute-managing.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="multi-architecture-scheduling-examples_{context}"]
|
|
= Sample multi-architecture node workload deployments
|
|
|
|
Scheduling a workload to an appropriate node based on architecture works in the same way as scheduling based on any other node characteristic.
|
|
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
Consider the following options when determining how to schedule your workloads.
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
|
|
include::snippets/multi-arch-schedule-nodeaffinity.adoc[leveloffset=+0]
|
|
|
|
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
|
|
include::snippets/multi-arch-schedule-taint.adoc[leveloffset=+0]
|
|
|
|
include::snippets/multi-arch-schedule-default-toleration-namespace.adoc[leveloffset=+0]
|
|
|
|
include::snippets/multi-arch-schedule-toleration.adoc[leveloffset=+0]
|
|
|
|
include::snippets/multi-arch-schedule-affinity-taint-toleration.adoc[leveloffset=+0]
|
|
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|