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
4 changes: 2 additions & 2 deletions labs/pods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ kubectl get pods
```
</details><br/>

This Pod container has a Linux shell and some useful tools installed. You can start a shell inside the contianer and connect to it using the interactive `-it` flag:
This Pod container has a Linux shell and some useful tools installed. You can start a shell inside the container and connect to it using the interactive `-it` flag:

```powershell
kubectl exec -it sleep -- sh
Expand Down Expand Up @@ -210,4 +210,4 @@ We'll clean up before we move on, deleting all the Pods we created:

```powershell
kubectl delete pod sleep whoami sleep-lab --ignore-not-found
```
```