diff --git a/slides/index.yaml b/slides/index.yaml index b2e7467f..f52464db 100644 --- a/slides/index.yaml +++ b/slides/index.yaml @@ -16,6 +16,14 @@ status: coming soon hidden: http://elapsetech.com/formation/docker-101 +- date: 2019-05-01 + country: us + city: Cleveland, OH + event: PyCon + speaker: jpetazzo, s0ulshake + title: Getting started with Kubernetes and container orchestration + attend: https://us.pycon.org/2019/schedule/presentation/74/ + - date: 2019-04-28 country: us city: Chicago, IL @@ -42,13 +50,14 @@ lang: fr attend: https://enix.io/fr/services/formation/bien-demarrer-avec-les-conteneurs/ -- date: 2019-03-07 +- date: 2019-03-08 country: uk city: London event: QCON speaker: jpetazzo title: Getting Started With Kubernetes and Container Orchestration attend: https://qconlondon.com/london2019/workshop/getting-started-kubernetes-and-container-orchestration + slides: https://qconuk2019.container.training/ - date: 2019-02-25 country: ca 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).) ---