Merge pull request #18348 from chahatjaink/patch-1

Update module1.md with the recurring typo
pull/18504/head
Steven Powell 2024-03-25 10:13:43 -07:00 committed by GitHub
commit 26ed986adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ During this tutorial, we'll be focusing on the command line for deploying and ex
kubectl get nodes
```
This command shows all nodes that can be used to host our applications. Now we have only one node, and we can see that its status it ready (it is ready to accept applications for deployment).
This command shows all nodes that can be used to host our applications. Now we have only one node, and we can see that its status is ready (it is ready to accept applications for deployment).
{{% button link="/docs/tutorials/kubernetes_101/module2" %}}