From e6b73a98f4f59ce572aa94fa115aa4d9fd56f16c Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 29 Apr 2019 18:33:08 -0500 Subject: [PATCH] Moving a couple of slides to extra-details --- slides/k8s/kubectlrun.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slides/k8s/kubectlrun.md b/slides/k8s/kubectlrun.md index 50d4937a..2c8a9c2b 100644 --- a/slides/k8s/kubectlrun.md +++ b/slides/k8s/kubectlrun.md @@ -320,6 +320,8 @@ We could! But the *deployment* would notice it right away, and scale back to the --- +class: extra-details + ### Streaming logs of many pods - Let's see what happens if we try to stream the logs for more than 5 pods @@ -347,6 +349,8 @@ use --max-log-requests to increase the limit --- +class: extra-details + ## Why can't we stream the logs of many pods? - `kubectl` opens one connection to the API server per pod