Skip to content

Commit

Permalink
Fix overflowing titles and slides in kube material
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Nov 10, 2017
1 parent 9df543a commit 8b246ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion slides/kube/daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion slides/kube/kubectlget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion slides/kube/kubectlrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion slides/kube/kubenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

---

## Kubernetes network model: the bad and the ugly
## Kubernetes network model: the less good

- Everything can reach everything

Expand Down
2 changes: 1 addition & 1 deletion slides/kube/rollout.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

---

## Rolling out the new version of the `worker` service
## Rolling out the new `worker` service

.exercise[

Expand Down

0 comments on commit 8b246ac

Please sign in to comment.