Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module5.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The change was applied, and we have 4 instances of the application available. Ne
kubectl get pods -o wide
```

There are 4 Pods now, with different IP addresses. The change was registered in the Deployment events log. The check that, use the describe command:
There are 4 Pods now, with different IP addresses. The change was registered in the Deployment events log. To verify it, use the describe command:

```shell
kubectl describe deployments/kubernetes-bootcamp
Expand Down