From 6a644e53e0f7adbc6d99da556176726d45d29975 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 3 Mar 2019 01:44:38 -0600 Subject: [PATCH 1/4] Add QCON slides --- slides/index.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/index.yaml b/slides/index.yaml index b2e7467f..f75e0d8f 100644 --- a/slides/index.yaml +++ b/slides/index.yaml @@ -49,6 +49,7 @@ 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 From 52be1aa4640ae1af9eec4721fe90c2c1b21d3f4c Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 5 Mar 2019 06:27:39 -0600 Subject: [PATCH 2/4] Fix QCON London date --- slides/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/index.yaml b/slides/index.yaml index f75e0d8f..bbc40bf3 100644 --- a/slides/index.yaml +++ b/slides/index.yaml @@ -42,7 +42,7 @@ 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 From e5a7e15ef893e2c0b4f506291c628c30cd4ea704 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 5 Mar 2019 07:25:40 -0600 Subject: [PATCH 3/4] Add PyCon --- slides/index.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/slides/index.yaml b/slides/index.yaml index bbc40bf3..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 From 9b4413f332cdccb9a127d844ab608f85477e8de8 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 6 Mar 2019 03:01:51 -0600 Subject: [PATCH 4/4] 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).) ---