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