Skip to content

Commit

Permalink
Fixed type for kubectl (awslabs#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaradtke-aws authored Jan 17, 2024
1 parent a6d52f4 commit d53f843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/blueprints/ai-ml/ray.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ aws eks update-kubeconfig --name ray-cluster #or whatever you used for EKS clust
First, lets verify that we have worker nodes running in the cluster.

```bash
kuebctl get nodes
kubectl get nodes
```
:::info
```bash
Expand Down

0 comments on commit d53f843

Please sign in to comment.