Skip to content

Commit

Permalink
[docs] typo, attempt ray-project#2 (ray-project#48577)
Browse files Browse the repository at this point in the history
missing comma related to ray-project#48564
Had to try again because @can-anyscale suspects a rare ReadTheDocs
failure and there's no easy way to kick off a rebuild from the browser.

Signed-off-by: angelinalg <[email protected]>
  • Loading branch information
angelinalg authored and JP-sDEV committed Nov 14, 2024
1 parent f26be00 commit 3956dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gcloud container node-pools create gpu-node-pool \
--machine-type g2-standard-4
```

This command creates a node pool which initially has zero nodes.
This command creates a node pool, which initially has zero nodes.
The `--enable-queued-provisioning` flag enables "queued provisioning" in the Kubernetes node autoscaler using the ProvisioningRequest API. More details are below.
You need to use the `--reservation-affinity=none` flag because GKE doesn't support Node Reservations with ProvisioningRequest.

Expand Down

0 comments on commit 3956dbe

Please sign in to comment.