From 6bfaf5eaa7dd3db3051e22d6af40a43036e25ea5 Mon Sep 17 00:00:00 2001 From: Abhishek Jaisingh Date: Wed, 30 Jan 2019 02:10:54 +0530 Subject: [PATCH] fix little typo "you" shouldn't be highlighted as it is not intended to be part of the command --- _posts/2018-04-04-kubernetes-workshop.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-04-04-kubernetes-workshop.markdown b/_posts/2018-04-04-kubernetes-workshop.markdown index 64a7e0f..ce7b42b 100644 --- a/_posts/2018-04-04-kubernetes-workshop.markdown +++ b/_posts/2018-04-04-kubernetes-workshop.markdown @@ -721,7 +721,7 @@ and create them on the cluster with `kubectl apply -f` (discussed later) * A selector is a logic expression using *labels* -* Conveniently, when `you kubectl run somename`, the associated objects have a `run=somename` label +* Conveniently, when you `kubectl run somename`, the associated objects have a `run=somename` label * View the last line of log from all pods with the `run=pingpong` label: