From b98b5cbf8b376f23f08727495d33b6301f030277 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Fri, 19 Jan 2024 09:56:10 +0100 Subject: [PATCH] Availabe --> up-to-date Signed-off-by: Arnaud M --- kubernetes/training/lessons/1-k8s101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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