diff --git a/kubernetes/training/lessons/1-k8s101.md b/kubernetes/training/lessons/1-k8s101.md index d57aed2..9a1f92a 100644 --- a/kubernetes/training/lessons/1-k8s101.md +++ b/kubernetes/training/lessons/1-k8s101.md @@ -251,7 +251,7 @@ Use the `get pods` commands to list the Pods again: kubectl get pods ``` -Four Pods are running. To check the image deployed on these Pods, use the `describe pods` command: +Three Pods are running. To check the image deployed on these Pods, use the `describe pods` command: ``` kubectl describe pods