You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Replace with the namespace for your deployment.
81
-
<2> `schedulerName` must match the name of the NUMA-aware scheduler that is deployed in your cluster, for example `topo-aware-scheduler`.
82
+
<1> `schedulerName` must match the name of the NUMA-aware scheduler that is deployed in your cluster, for example `topo-aware-scheduler`.
82
83
83
84
.. Create the `Deployment` CR by running the following command:
84
85
+
@@ -128,7 +129,7 @@ Events:
128
129
Deployments that request more resources than is available for scheduling will fail with a `MinimumReplicasUnavailable` error. The deployment succeeds when the required resources become available. Pods remain in the `Pending` state until the required resources are available.
129
130
====
130
131
131
-
. Verify that the expected allocated resources are listed for the node.
132
+
. Verify that the expected allocated resources are listed for the node.
132
133
133
134
.. Identify the node that is running the deployment pod by running the following command, replacing <namespace> with the namespace you specified in the `Deployment` CR:
0 commit comments