Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Oct 17, 2024
1 parent 2c94987 commit be165aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/reference/kubernetes/kubernetes-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Deploying on Google Cloud GKE
# Example:
# gcloud container clusters get-credentials testcluster --region us-central1-c
3. [If using GPUs] If you are using GKE version 1.30.1-gke.115600 or older, you may need to to
3. [If using GPUs] For GKE versions newer than 1.30.1-gke.115600, NVIDIA drivers are pre-installed and no additional setup is required. If you are using an older GKE version, you may need to
`manually install <https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#installing_drivers>`_
nvidia drivers for GPU support. You can do so by deploying the daemonset
NVIDIA drivers for GPU support. You can do so by deploying the daemonset
depending on the GPU and OS on your nodes:

.. code-block:: console
Expand Down

0 comments on commit be165aa

Please sign in to comment.