Write headings in sentence case

This commit is contained in:
Tim Bannister 2023-12-19 17:53:21 +00:00
parent a672d0fba1
commit a0433c9a40
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ NAME DESIRED CURRENT AGE
web 2 1 20s
```
### Ordered Pod Creation
### Ordered Pod creation
For a StatefulSet with _n_ replicas, when Pods are being deployed, they are
created sequentially, ordered from _{0..n-1}_. Examine the output of the
@ -479,7 +479,7 @@ created each Pod sequentially with respect to its ordinal index, and it
waited for each Pod's predecessor to be Running and Ready before launching the
subsequent Pod.
### Scaling Down
### Scaling down
In one terminal, watch the StatefulSet's Pods: