diff --git a/kubernetes/training/lessons/1-k8s101.md b/kubernetes/training/lessons/1-k8s101.md index 9a1f92a..563c704 100644 --- a/kubernetes/training/lessons/1-k8s101.md +++ b/kubernetes/training/lessons/1-k8s101.md @@ -219,7 +219,7 @@ Use `get deployments` to see the status of the deployment: kubectl get deployments ``` -Notice that the output doesn't list the desired number of available Pods. Run the `get pods` command to list all Pods: +Notice that the output doesn't list the desired number of up-to-date Pods. Run the `get pods` command to list all Pods: ``` kubectl get pods