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 labs/nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ What happens if you try the same command without specifying a node name?

Every object in Kubernetes can have **labels** - they are key-value pairs used to record additional information about the object.

Use Kubectl to find labels for you node, which will confirm the CPU architecture and operating system it's using.
Use Kubectl to find labels for your node, which will confirm the CPU architecture and operating system it's using.

> Stuck? Try [hints](hints.md) or check the [solution](solution.md).