From 4c285b53181a2be73c7a004a82c6bd3f1e7bc883 Mon Sep 17 00:00:00 2001 From: Joe McMahon Date: Thu, 10 Oct 2019 09:27:48 -0700 Subject: [PATCH 1/2] 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` From b667cf7cfcd9fb81e4497a28161d8801a3a83d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 30 Oct 2019 17:19:25 -0500 Subject: [PATCH 2/2] Update logs-cli.md --- slides/k8s/logs-cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slides/k8s/logs-cli.md b/slides/k8s/logs-cli.md index 1017bb52..5dda900b 100644 --- a/slides/k8s/logs-cli.md +++ b/slides/k8s/logs-cli.md @@ -65,7 +65,8 @@ 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` + +- On OS X, just `brew install stern`