From d01635b5fb579505e1aab0538b8770e52b6ecb36 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 28 Oct 2019 13:14:08 -0500 Subject: [PATCH] Last minute fixes --- slides/lisa/begin.md | 13 +++++++++++++ slides/workshop.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/slides/lisa/begin.md b/slides/lisa/begin.md index 0d77fc48..d2d84ce9 100644 --- a/slides/lisa/begin.md +++ b/slides/lisa/begin.md @@ -2,6 +2,8 @@ class: title @@TITLE@@ +.footnote[![QR Code to the slides](images/qrcode-lisa.png)☝🏻 Slides!] + --- ## Outline @@ -195,6 +197,11 @@ kubectl expose deployment web --port=80 curl http://... ``` +??? + +Kubernetes might feel like an imperative system, +because we can say "run this; do that." + --- ## What really happens @@ -211,6 +218,12 @@ curl http://... .footnote[*The amazing diagram on the next slide is courtesy of [Lucas Käldström](https://twitter.com/kubernetesonarm).*] +??? + +In reality, it is a declarative system. + +We write manifests, descriptions of what we want, and Kubernetes tries to make it happen. + --- class: pic diff --git a/slides/workshop.html b/slides/workshop.html index 1bd1f4e0..acf9de2a 100644 --- a/slides/workshop.html +++ b/slides/workshop.html @@ -28,7 +28,7 @@ var slideshow = remark.create({ ratio: '16:9', highlightSpans: true, - slideNumberFormat: '@jpetazzo — %current%/%total%', + slideNumberFormat: '#LISA19 — @jpetazzo — %current%/%total%', countIncrementalSlides: false, excludedClasses: [@@EXCLUDE@@] });