From 9b4413f332cdccb9a127d844ab608f85477e8de8 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 6 Mar 2019 03:01:51 -0600 Subject: [PATCH] Mention kubernetes/kubernetes#67573 --- slides/k8s/kubectlrun.md | 2 ++ 1 file changed, 2 insertions(+) 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).) ---