Skip to content

Commit

Permalink
[Doc] Update gpu.rst (#37332)
Browse files Browse the repository at this point in the history
Fixing sentence structure in doc string

Signed-off-by: Tanmay Chimurkar <71710068+tanmaychimurkar@users.noreply.github.com>
  • Loading branch information
tanmaychimurkar authored Jul 12, 2023
1 parent f94a58d commit 0d38248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/cluster/kubernetes/user-guides/gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GPU taints and tolerations
The `Nvidia gpu plugin`_ for Kubernetes applies `taints`_ to GPU nodes; these taints prevent non-GPU pods from being scheduled on GPU nodes.
Managed Kubernetes services like GKE, EKS, and AKS automatically apply matching `tolerations`_
to pods requesting GPU resources. Tolerations are applied by means of Kubernetes's `ExtendedResourceToleration`_ `admission controller`_.
If this admission controller is not enabled for your Kubernetes cluster, you may need to manually add a GPU toleration each of to your GPU pod configurations. For example,
If this admission controller is not enabled for your Kubernetes cluster, you may need to manually add a GPU toleration to each of your GPU pod configurations. For example,

.. code-block:: yaml
Expand Down

0 comments on commit 0d38248

Please sign in to comment.