Fix overflowing titles and slides in kube material

This commit is contained in:
Jérôme Petazzoni
2017-11-10 12:55:13 -08:00
parent 9df543a6bb
commit 8b246ac334
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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!
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -40,7 +40,7 @@
---
## Kubernetes network model: the bad and the ugly
## Kubernetes network model: the less good
- Everything can reach everything
+1 -1
View File
@@ -68,7 +68,7 @@
---
## Rolling out the new version of the `worker` service
## Rolling out the new `worker` service
.exercise[