From 0d38248345104cfbec6a0048a1ebab29da8d15a3 Mon Sep 17 00:00:00 2001 From: Tanmay Chimurkar <71710068+tanmaychimurkar@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:03:29 +0200 Subject: [PATCH] [Doc] Update gpu.rst (#37332) Fixing sentence structure in doc string Signed-off-by: Tanmay Chimurkar <71710068+tanmaychimurkar@users.noreply.github.com> --- doc/source/cluster/kubernetes/user-guides/gpu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cluster/kubernetes/user-guides/gpu.rst b/doc/source/cluster/kubernetes/user-guides/gpu.rst index be3b78d2c5eff..607a9c13686df 100644 --- a/doc/source/cluster/kubernetes/user-guides/gpu.rst +++ b/doc/source/cluster/kubernetes/user-guides/gpu.rst @@ -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