diff --git a/slides/k8s/kubectlrun.md b/slides/k8s/kubectlrun.md index 2faee4ce..1eddf19d 100644 --- a/slides/k8s/kubectlrun.md +++ b/slides/k8s/kubectlrun.md @@ -292,6 +292,8 @@ We could! But the *deployment* would notice it right away, and scale back to the ] Unfortunately, `--follow` cannot (yet) be used to stream the logs from multiple containers. +
+(But this will change in the future; see [PR #67573](https://github.com/kubernetes/kubernetes/pull/67573).) ---