Skip to content

Commit 73446a8

Browse files
angelinalgmohitjain2504
authored andcommitted
[docs] typo, attempt ray-project#2 (ray-project#48577)
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]> Signed-off-by: mohitjain2504 <[email protected]>
1 parent 942b4a8 commit 73446a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/cluster/kubernetes/examples/rayjob-kueue-gang-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gcloud container node-pools create gpu-node-pool \
5555
--machine-type g2-standard-4
5656
```
5757

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

0 commit comments

Comments
 (0)