Last minute fixes

This commit is contained in:
Jerome Petazzoni
2019-10-28 13:14:08 -05:00
parent e9e650ee48
commit d01635b5fb
2 changed files with 14 additions and 1 deletions

View File

@@ -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

View File

@@ -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@@]
});