From 3acac34e4b1bc397567c0cbb5dd3f6d617f86f60 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 11 Apr 2018 18:11:07 -0500 Subject: [PATCH] Missing word added --- slides/kube/logs-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/logs-cli.md b/slides/kube/logs-cli.md index 71674090..5e23e3a1 100644 --- a/slides/kube/logs-cli.md +++ b/slides/kube/logs-cli.md @@ -39,7 +39,7 @@ From the README: *Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging.* -*The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new [pod] is added it automatically gets tailed.* +*The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new pod is added it automatically gets tailed.* Exactly what we need!