From 4c285b53181a2be73c7a004a82c6bd3f1e7bc883 Mon Sep 17 00:00:00 2001 From: Joe McMahon Date: Thu, 10 Oct 2019 09:27:48 -0700 Subject: [PATCH] Add instruction to install stern on OS X --- slides/k8s/logs-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/k8s/logs-cli.md b/slides/k8s/logs-cli.md index 5a9a6c1a..1017bb52 100644 --- a/slides/k8s/logs-cli.md +++ b/slides/k8s/logs-cli.md @@ -65,6 +65,7 @@ Exactly what we need! https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64 sudo chmod +x /usr/local/bin/stern ``` + On OS X, `brew install stern`