From 8b246ac33491a0992353f7c3bdf44c8e0bfb1535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 10 Nov 2017 12:55:13 -0800 Subject: [PATCH] Fix overflowing titles and slides in kube material --- slides/kube/daemonset.md | 2 +- slides/kube/kubectlget.md | 2 +- slides/kube/kubectlrun.md | 2 +- slides/kube/kubenet.md | 2 +- slides/kube/rollout.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 78563972..c878c6da 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -336,7 +336,7 @@ Of course, option 2 offers more learning opportunities. Right? --- -## We've put resources in your resources all the way down +## We've put resources in your resources - Reminder: a daemon set is a resource that creates more resources! diff --git a/slides/kube/kubectlget.md b/slides/kube/kubectlget.md index a84e64a0..c29744fb 100644 --- a/slides/kube/kubectlget.md +++ b/slides/kube/kubectlget.md @@ -42,7 +42,7 @@ --- -## From human-readable to machine-readable output +## Obtaining machine-readable output - `kubectl get` can output JSON, YAML, or be directly formatted diff --git a/slides/kube/kubectlrun.md b/slides/kube/kubectlrun.md index 405c0057..81397998 100644 --- a/slides/kube/kubectlrun.md +++ b/slides/kube/kubectlrun.md @@ -55,7 +55,7 @@ We should see the following things: --- -## Deployments, replica sets, and replication controllers +## What are these different things? - A *deployment* is a high-level construct diff --git a/slides/kube/kubenet.md b/slides/kube/kubenet.md index 504a69b3..7c567584 100644 --- a/slides/kube/kubenet.md +++ b/slides/kube/kubenet.md @@ -40,7 +40,7 @@ --- -## Kubernetes network model: the bad and the ugly +## Kubernetes network model: the less good - Everything can reach everything diff --git a/slides/kube/rollout.md b/slides/kube/rollout.md index 8bfe69d5..10a49913 100644 --- a/slides/kube/rollout.md +++ b/slides/kube/rollout.md @@ -68,7 +68,7 @@ --- -## Rolling out the new version of the `worker` service +## Rolling out the new `worker` service .exercise[